summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/bwlp/thrift/iface/Location.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/openslx/bwlp/thrift/iface/Location.java')
-rw-r--r--src/main/java/org/openslx/bwlp/thrift/iface/Location.java163
1 files changed, 67 insertions, 96 deletions
diff --git a/src/main/java/org/openslx/bwlp/thrift/iface/Location.java b/src/main/java/org/openslx/bwlp/thrift/iface/Location.java
index 005389b..1cf1117 100644
--- a/src/main/java/org/openslx/bwlp/thrift/iface/Location.java
+++ b/src/main/java/org/openslx/bwlp/thrift/iface/Location.java
@@ -1,40 +1,13 @@
/**
- * Autogenerated by Thrift Compiler (0.9.3)
+ * Autogenerated by Thrift Compiler (0.15.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
package org.openslx.bwlp.thrift.iface;
-import org.apache.thrift.scheme.IScheme;
-import org.apache.thrift.scheme.SchemeFactory;
-import org.apache.thrift.scheme.StandardScheme;
-
-import org.apache.thrift.scheme.TupleScheme;
-import org.apache.thrift.protocol.TTupleProtocol;
-import org.apache.thrift.protocol.TProtocolException;
-import org.apache.thrift.EncodingUtils;
-import org.apache.thrift.TException;
-import org.apache.thrift.async.AsyncMethodCallback;
-import org.apache.thrift.server.AbstractNonblockingServer.*;
-import java.util.List;
-import java.util.ArrayList;
-import java.util.Map;
-import java.util.HashMap;
-import java.util.EnumMap;
-import java.util.Set;
-import java.util.HashSet;
-import java.util.EnumSet;
-import java.util.Collections;
-import java.util.BitSet;
-import java.nio.ByteBuffer;
-import java.util.Arrays;
-import javax.annotation.Generated;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)", date = "2016-01-18")
+@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
+@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.15.0)", date = "2021-12-17")
public class Location implements org.apache.thrift.TBase<Location, Location._Fields>, java.io.Serializable, Cloneable, Comparable<Location> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Location");
@@ -42,14 +15,11 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
private static final org.apache.thrift.protocol.TField LOCATION_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("locationName", org.apache.thrift.protocol.TType.STRING, (short)2);
private static final org.apache.thrift.protocol.TField PARENT_LOCATION_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("parentLocationId", org.apache.thrift.protocol.TType.I32, (short)3);
- private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>();
- static {
- schemes.put(StandardScheme.class, new LocationStandardSchemeFactory());
- schemes.put(TupleScheme.class, new LocationTupleSchemeFactory());
- }
+ private static final org.apache.thrift.scheme.SchemeFactory STANDARD_SCHEME_FACTORY = new LocationStandardSchemeFactory();
+ private static final org.apache.thrift.scheme.SchemeFactory TUPLE_SCHEME_FACTORY = new LocationTupleSchemeFactory();
public int locationId; // required
- public String locationName; // required
+ public @org.apache.thrift.annotation.Nullable java.lang.String locationName; // required
public int parentLocationId; // required
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
@@ -58,10 +28,10 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
LOCATION_NAME((short)2, "locationName"),
PARENT_LOCATION_ID((short)3, "parentLocationId");
- private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
+ private static final java.util.Map<java.lang.String, _Fields> byName = new java.util.HashMap<java.lang.String, _Fields>();
static {
- for (_Fields field : EnumSet.allOf(_Fields.class)) {
+ for (_Fields field : java.util.EnumSet.allOf(_Fields.class)) {
byName.put(field.getFieldName(), field);
}
}
@@ -69,6 +39,7 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
/**
* Find the _Fields constant that matches fieldId, or null if its not found.
*/
+ @org.apache.thrift.annotation.Nullable
public static _Fields findByThriftId(int fieldId) {
switch(fieldId) {
case 1: // LOCATION_ID
@@ -88,21 +59,22 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
*/
public static _Fields findByThriftIdOrThrow(int fieldId) {
_Fields fields = findByThriftId(fieldId);
- if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
+ if (fields == null) throw new java.lang.IllegalArgumentException("Field " + fieldId + " doesn't exist!");
return fields;
}
/**
* Find the _Fields constant that matches name, or null if its not found.
*/
- public static _Fields findByName(String name) {
+ @org.apache.thrift.annotation.Nullable
+ public static _Fields findByName(java.lang.String name) {
return byName.get(name);
}
private final short _thriftId;
- private final String _fieldName;
+ private final java.lang.String _fieldName;
- _Fields(short thriftId, String fieldName) {
+ _Fields(short thriftId, java.lang.String fieldName) {
_thriftId = thriftId;
_fieldName = fieldName;
}
@@ -111,7 +83,7 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
return _thriftId;
}
- public String getFieldName() {
+ public java.lang.String getFieldName() {
return _fieldName;
}
}
@@ -120,16 +92,16 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
private static final int __LOCATIONID_ISSET_ID = 0;
private static final int __PARENTLOCATIONID_ISSET_ID = 1;
private byte __isset_bitfield = 0;
- public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
+ public static final java.util.Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
static {
- Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
+ java.util.Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new java.util.EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
tmpMap.put(_Fields.LOCATION_ID, new org.apache.thrift.meta_data.FieldMetaData("locationId", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
tmpMap.put(_Fields.LOCATION_NAME, new org.apache.thrift.meta_data.FieldMetaData("locationName", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
tmpMap.put(_Fields.PARENT_LOCATION_ID, new org.apache.thrift.meta_data.FieldMetaData("parentLocationId", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
- metaDataMap = Collections.unmodifiableMap(tmpMap);
+ metaDataMap = java.util.Collections.unmodifiableMap(tmpMap);
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(Location.class, metaDataMap);
}
@@ -138,7 +110,7 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
public Location(
int locationId,
- String locationName,
+ java.lang.String locationName,
int parentLocationId)
{
this();
@@ -185,23 +157,24 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
}
public void unsetLocationId() {
- __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __LOCATIONID_ISSET_ID);
+ __isset_bitfield = org.apache.thrift.EncodingUtils.clearBit(__isset_bitfield, __LOCATIONID_ISSET_ID);
}
/** Returns true if field locationId is set (has been assigned a value) and false otherwise */
public boolean isSetLocationId() {
- return EncodingUtils.testBit(__isset_bitfield, __LOCATIONID_ISSET_ID);
+ return org.apache.thrift.EncodingUtils.testBit(__isset_bitfield, __LOCATIONID_ISSET_ID);
}
public void setLocationIdIsSet(boolean value) {
- __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __LOCATIONID_ISSET_ID, value);
+ __isset_bitfield = org.apache.thrift.EncodingUtils.setBit(__isset_bitfield, __LOCATIONID_ISSET_ID, value);
}
- public String getLocationName() {
+ @org.apache.thrift.annotation.Nullable
+ public java.lang.String getLocationName() {
return this.locationName;
}
- public Location setLocationName(String locationName) {
+ public Location setLocationName(@org.apache.thrift.annotation.Nullable java.lang.String locationName) {
this.locationName = locationName;
return this;
}
@@ -232,25 +205,25 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
}
public void unsetParentLocationId() {
- __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __PARENTLOCATIONID_ISSET_ID);
+ __isset_bitfield = org.apache.thrift.EncodingUtils.clearBit(__isset_bitfield, __PARENTLOCATIONID_ISSET_ID);
}
/** Returns true if field parentLocationId is set (has been assigned a value) and false otherwise */
public boolean isSetParentLocationId() {
- return EncodingUtils.testBit(__isset_bitfield, __PARENTLOCATIONID_ISSET_ID);
+ return org.apache.thrift.EncodingUtils.testBit(__isset_bitfield, __PARENTLOCATIONID_ISSET_ID);
}
public void setParentLocationIdIsSet(boolean value) {
- __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __PARENTLOCATIONID_ISSET_ID, value);
+ __isset_bitfield = org.apache.thrift.EncodingUtils.setBit(__isset_bitfield, __PARENTLOCATIONID_ISSET_ID, value);
}
- public void setFieldValue(_Fields field, Object value) {
+ public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case LOCATION_ID:
if (value == null) {
unsetLocationId();
} else {
- setLocationId((Integer)value);
+ setLocationId((java.lang.Integer)value);
}
break;
@@ -258,7 +231,7 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
if (value == null) {
unsetLocationName();
} else {
- setLocationName((String)value);
+ setLocationName((java.lang.String)value);
}
break;
@@ -266,14 +239,15 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
if (value == null) {
unsetParentLocationId();
} else {
- setParentLocationId((Integer)value);
+ setParentLocationId((java.lang.Integer)value);
}
break;
}
}
- public Object getFieldValue(_Fields field) {
+ @org.apache.thrift.annotation.Nullable
+ public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case LOCATION_ID:
return getLocationId();
@@ -285,13 +259,13 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
return getParentLocationId();
}
- throw new IllegalStateException();
+ throw new java.lang.IllegalStateException();
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
public boolean isSet(_Fields field) {
if (field == null) {
- throw new IllegalArgumentException();
+ throw new java.lang.IllegalArgumentException();
}
switch (field) {
@@ -302,13 +276,11 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
case PARENT_LOCATION_ID:
return isSetParentLocationId();
}
- throw new IllegalStateException();
+ throw new java.lang.IllegalStateException();
}
@Override
- public boolean equals(Object that) {
- if (that == null)
- return false;
+ public boolean equals(java.lang.Object that) {
if (that instanceof Location)
return this.equals((Location)that);
return false;
@@ -317,6 +289,8 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
public boolean equals(Location that) {
if (that == null)
return false;
+ if (this == that)
+ return true;
boolean this_present_locationId = true;
boolean that_present_locationId = true;
@@ -350,24 +324,17 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
@Override
public int hashCode() {
- List<Object> list = new ArrayList<Object>();
+ int hashCode = 1;
- boolean present_locationId = true;
- list.add(present_locationId);
- if (present_locationId)
- list.add(locationId);
+ hashCode = hashCode * 8191 + locationId;
- boolean present_locationName = true && (isSetLocationName());
- list.add(present_locationName);
- if (present_locationName)
- list.add(locationName);
+ hashCode = hashCode * 8191 + ((isSetLocationName()) ? 131071 : 524287);
+ if (isSetLocationName())
+ hashCode = hashCode * 8191 + locationName.hashCode();
- boolean present_parentLocationId = true;
- list.add(present_parentLocationId);
- if (present_parentLocationId)
- list.add(parentLocationId);
+ hashCode = hashCode * 8191 + parentLocationId;
- return list.hashCode();
+ return hashCode;
}
@Override
@@ -378,7 +345,7 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
int lastComparison = 0;
- lastComparison = Boolean.valueOf(isSetLocationId()).compareTo(other.isSetLocationId());
+ lastComparison = java.lang.Boolean.compare(isSetLocationId(), other.isSetLocationId());
if (lastComparison != 0) {
return lastComparison;
}
@@ -388,7 +355,7 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
return lastComparison;
}
}
- lastComparison = Boolean.valueOf(isSetLocationName()).compareTo(other.isSetLocationName());
+ lastComparison = java.lang.Boolean.compare(isSetLocationName(), other.isSetLocationName());
if (lastComparison != 0) {
return lastComparison;
}
@@ -398,7 +365,7 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
return lastComparison;
}
}
- lastComparison = Boolean.valueOf(isSetParentLocationId()).compareTo(other.isSetParentLocationId());
+ lastComparison = java.lang.Boolean.compare(isSetParentLocationId(), other.isSetParentLocationId());
if (lastComparison != 0) {
return lastComparison;
}
@@ -411,21 +378,22 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
return 0;
}
+ @org.apache.thrift.annotation.Nullable
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
- schemes.get(iprot.getScheme()).getScheme().read(iprot, this);
+ scheme(iprot).read(iprot, this);
}
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
- schemes.get(oprot.getScheme()).getScheme().write(oprot, this);
+ scheme(oprot).write(oprot, this);
}
@Override
- public String toString() {
- StringBuilder sb = new StringBuilder("Location(");
+ public java.lang.String toString() {
+ java.lang.StringBuilder sb = new java.lang.StringBuilder("Location(");
boolean first = true;
sb.append("locationId:");
@@ -460,7 +428,7 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
}
}
- private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
+ private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException {
try {
// it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
__isset_bitfield = 0;
@@ -470,13 +438,13 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
}
}
- private static class LocationStandardSchemeFactory implements SchemeFactory {
+ private static class LocationStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
public LocationStandardScheme getScheme() {
return new LocationStandardScheme();
}
}
- private static class LocationStandardScheme extends StandardScheme<Location> {
+ private static class LocationStandardScheme extends org.apache.thrift.scheme.StandardScheme<Location> {
public void read(org.apache.thrift.protocol.TProtocol iprot, Location struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
@@ -544,18 +512,18 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
}
- private static class LocationTupleSchemeFactory implements SchemeFactory {
+ private static class LocationTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
public LocationTupleScheme getScheme() {
return new LocationTupleScheme();
}
}
- private static class LocationTupleScheme extends TupleScheme<Location> {
+ private static class LocationTupleScheme extends org.apache.thrift.scheme.TupleScheme<Location> {
@Override
public void write(org.apache.thrift.protocol.TProtocol prot, Location struct) throws org.apache.thrift.TException {
- TTupleProtocol oprot = (TTupleProtocol) prot;
- BitSet optionals = new BitSet();
+ org.apache.thrift.protocol.TTupleProtocol oprot = (org.apache.thrift.protocol.TTupleProtocol) prot;
+ java.util.BitSet optionals = new java.util.BitSet();
if (struct.isSetLocationId()) {
optionals.set(0);
}
@@ -579,8 +547,8 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
@Override
public void read(org.apache.thrift.protocol.TProtocol prot, Location struct) throws org.apache.thrift.TException {
- TTupleProtocol iprot = (TTupleProtocol) prot;
- BitSet incoming = iprot.readBitSet(3);
+ org.apache.thrift.protocol.TTupleProtocol iprot = (org.apache.thrift.protocol.TTupleProtocol) prot;
+ java.util.BitSet incoming = iprot.readBitSet(3);
if (incoming.get(0)) {
struct.locationId = iprot.readI32();
struct.setLocationIdIsSet(true);
@@ -596,5 +564,8 @@ public class Location implements org.apache.thrift.TBase<Location, Location._Fie
}
}
+ private static <S extends org.apache.thrift.scheme.IScheme> S scheme(org.apache.thrift.protocol.TProtocol proto) {
+ return (org.apache.thrift.scheme.StandardScheme.class.equals(proto.getScheme()) ? STANDARD_SCHEME_FACTORY : TUPLE_SCHEME_FACTORY).getScheme();
+ }
}