summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/bwlp/thrift/iface/SessionData.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/openslx/bwlp/thrift/iface/SessionData.java')
-rw-r--r--src/main/java/org/openslx/bwlp/thrift/iface/SessionData.java173
1 files changed, 75 insertions, 98 deletions
diff --git a/src/main/java/org/openslx/bwlp/thrift/iface/SessionData.java b/src/main/java/org/openslx/bwlp/thrift/iface/SessionData.java
index 838b5d2..151f04e 100644
--- a/src/main/java/org/openslx/bwlp/thrift/iface/SessionData.java
+++ b/src/main/java/org/openslx/bwlp/thrift/iface/SessionData.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-04")
+@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
+@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.15.0)", date = "2021-12-17")
public class SessionData implements org.apache.thrift.TBase<SessionData, SessionData._Fields>, java.io.Serializable, Cloneable, Comparable<SessionData> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("SessionData");
@@ -42,15 +15,12 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
private static final org.apache.thrift.protocol.TField AUTH_TOKEN_FIELD_DESC = new org.apache.thrift.protocol.TField("authToken", org.apache.thrift.protocol.TType.STRING, (short)2);
private static final org.apache.thrift.protocol.TField SERVER_ADDRESS_FIELD_DESC = new org.apache.thrift.protocol.TField("serverAddress", org.apache.thrift.protocol.TType.STRING, (short)3);
- private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>();
- static {
- schemes.put(StandardScheme.class, new SessionDataStandardSchemeFactory());
- schemes.put(TupleScheme.class, new SessionDataTupleSchemeFactory());
- }
+ private static final org.apache.thrift.scheme.SchemeFactory STANDARD_SCHEME_FACTORY = new SessionDataStandardSchemeFactory();
+ private static final org.apache.thrift.scheme.SchemeFactory TUPLE_SCHEME_FACTORY = new SessionDataTupleSchemeFactory();
- public String sessionId; // required
- public String authToken; // required
- public String serverAddress; // required
+ public @org.apache.thrift.annotation.Nullable java.lang.String sessionId; // required
+ public @org.apache.thrift.annotation.Nullable java.lang.String authToken; // required
+ public @org.apache.thrift.annotation.Nullable java.lang.String serverAddress; // required
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
public enum _Fields implements org.apache.thrift.TFieldIdEnum {
@@ -58,10 +28,10 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
AUTH_TOKEN((short)2, "authToken"),
SERVER_ADDRESS((short)3, "serverAddress");
- 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 SessionData implements org.apache.thrift.TBase<SessionData, Session
/**
* 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: // SESSION_ID
@@ -88,21 +59,22 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
*/
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,22 +83,22 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
return _thriftId;
}
- public String getFieldName() {
+ public java.lang.String getFieldName() {
return _fieldName;
}
}
// isset id assignments
- 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.SESSION_ID, new org.apache.thrift.meta_data.FieldMetaData("sessionId", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING , "Token")));
tmpMap.put(_Fields.AUTH_TOKEN, new org.apache.thrift.meta_data.FieldMetaData("authToken", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING , "Token")));
tmpMap.put(_Fields.SERVER_ADDRESS, new org.apache.thrift.meta_data.FieldMetaData("serverAddress", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
- metaDataMap = Collections.unmodifiableMap(tmpMap);
+ metaDataMap = java.util.Collections.unmodifiableMap(tmpMap);
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(SessionData.class, metaDataMap);
}
@@ -134,9 +106,9 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
}
public SessionData(
- String sessionId,
- String authToken,
- String serverAddress)
+ java.lang.String sessionId,
+ java.lang.String authToken,
+ java.lang.String serverAddress)
{
this();
this.sessionId = sessionId;
@@ -170,11 +142,12 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
this.serverAddress = null;
}
- public String getSessionId() {
+ @org.apache.thrift.annotation.Nullable
+ public java.lang.String getSessionId() {
return this.sessionId;
}
- public SessionData setSessionId(String sessionId) {
+ public SessionData setSessionId(@org.apache.thrift.annotation.Nullable java.lang.String sessionId) {
this.sessionId = sessionId;
return this;
}
@@ -194,11 +167,12 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
}
}
- public String getAuthToken() {
+ @org.apache.thrift.annotation.Nullable
+ public java.lang.String getAuthToken() {
return this.authToken;
}
- public SessionData setAuthToken(String authToken) {
+ public SessionData setAuthToken(@org.apache.thrift.annotation.Nullable java.lang.String authToken) {
this.authToken = authToken;
return this;
}
@@ -218,11 +192,12 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
}
}
- public String getServerAddress() {
+ @org.apache.thrift.annotation.Nullable
+ public java.lang.String getServerAddress() {
return this.serverAddress;
}
- public SessionData setServerAddress(String serverAddress) {
+ public SessionData setServerAddress(@org.apache.thrift.annotation.Nullable java.lang.String serverAddress) {
this.serverAddress = serverAddress;
return this;
}
@@ -242,13 +217,13 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
}
}
- public void setFieldValue(_Fields field, Object value) {
+ public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SESSION_ID:
if (value == null) {
unsetSessionId();
} else {
- setSessionId((String)value);
+ setSessionId((java.lang.String)value);
}
break;
@@ -256,7 +231,7 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
if (value == null) {
unsetAuthToken();
} else {
- setAuthToken((String)value);
+ setAuthToken((java.lang.String)value);
}
break;
@@ -264,14 +239,15 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
if (value == null) {
unsetServerAddress();
} else {
- setServerAddress((String)value);
+ setServerAddress((java.lang.String)value);
}
break;
}
}
- public Object getFieldValue(_Fields field) {
+ @org.apache.thrift.annotation.Nullable
+ public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SESSION_ID:
return getSessionId();
@@ -283,13 +259,13 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
return getServerAddress();
}
- 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) {
@@ -300,13 +276,11 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
case SERVER_ADDRESS:
return isSetServerAddress();
}
- 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 SessionData)
return this.equals((SessionData)that);
return false;
@@ -315,6 +289,8 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
public boolean equals(SessionData that) {
if (that == null)
return false;
+ if (this == that)
+ return true;
boolean this_present_sessionId = true && this.isSetSessionId();
boolean that_present_sessionId = true && that.isSetSessionId();
@@ -348,24 +324,21 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
@Override
public int hashCode() {
- List<Object> list = new ArrayList<Object>();
+ int hashCode = 1;
- boolean present_sessionId = true && (isSetSessionId());
- list.add(present_sessionId);
- if (present_sessionId)
- list.add(sessionId);
+ hashCode = hashCode * 8191 + ((isSetSessionId()) ? 131071 : 524287);
+ if (isSetSessionId())
+ hashCode = hashCode * 8191 + sessionId.hashCode();
- boolean present_authToken = true && (isSetAuthToken());
- list.add(present_authToken);
- if (present_authToken)
- list.add(authToken);
+ hashCode = hashCode * 8191 + ((isSetAuthToken()) ? 131071 : 524287);
+ if (isSetAuthToken())
+ hashCode = hashCode * 8191 + authToken.hashCode();
- boolean present_serverAddress = true && (isSetServerAddress());
- list.add(present_serverAddress);
- if (present_serverAddress)
- list.add(serverAddress);
+ hashCode = hashCode * 8191 + ((isSetServerAddress()) ? 131071 : 524287);
+ if (isSetServerAddress())
+ hashCode = hashCode * 8191 + serverAddress.hashCode();
- return list.hashCode();
+ return hashCode;
}
@Override
@@ -376,7 +349,7 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
int lastComparison = 0;
- lastComparison = Boolean.valueOf(isSetSessionId()).compareTo(other.isSetSessionId());
+ lastComparison = java.lang.Boolean.compare(isSetSessionId(), other.isSetSessionId());
if (lastComparison != 0) {
return lastComparison;
}
@@ -386,7 +359,7 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
return lastComparison;
}
}
- lastComparison = Boolean.valueOf(isSetAuthToken()).compareTo(other.isSetAuthToken());
+ lastComparison = java.lang.Boolean.compare(isSetAuthToken(), other.isSetAuthToken());
if (lastComparison != 0) {
return lastComparison;
}
@@ -396,7 +369,7 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
return lastComparison;
}
}
- lastComparison = Boolean.valueOf(isSetServerAddress()).compareTo(other.isSetServerAddress());
+ lastComparison = java.lang.Boolean.compare(isSetServerAddress(), other.isSetServerAddress());
if (lastComparison != 0) {
return lastComparison;
}
@@ -409,21 +382,22 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
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("SessionData(");
+ public java.lang.String toString() {
+ java.lang.StringBuilder sb = new java.lang.StringBuilder("SessionData(");
boolean first = true;
sb.append("sessionId:");
@@ -466,7 +440,7 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
}
}
- 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 {
read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
} catch (org.apache.thrift.TException te) {
@@ -474,13 +448,13 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
}
}
- private static class SessionDataStandardSchemeFactory implements SchemeFactory {
+ private static class SessionDataStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
public SessionDataStandardScheme getScheme() {
return new SessionDataStandardScheme();
}
}
- private static class SessionDataStandardScheme extends StandardScheme<SessionData> {
+ private static class SessionDataStandardScheme extends org.apache.thrift.scheme.StandardScheme<SessionData> {
public void read(org.apache.thrift.protocol.TProtocol iprot, SessionData struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
@@ -552,18 +526,18 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
}
- private static class SessionDataTupleSchemeFactory implements SchemeFactory {
+ private static class SessionDataTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
public SessionDataTupleScheme getScheme() {
return new SessionDataTupleScheme();
}
}
- private static class SessionDataTupleScheme extends TupleScheme<SessionData> {
+ private static class SessionDataTupleScheme extends org.apache.thrift.scheme.TupleScheme<SessionData> {
@Override
public void write(org.apache.thrift.protocol.TProtocol prot, SessionData 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.isSetSessionId()) {
optionals.set(0);
}
@@ -587,8 +561,8 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
@Override
public void read(org.apache.thrift.protocol.TProtocol prot, SessionData 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.sessionId = iprot.readString();
struct.setSessionIdIsSet(true);
@@ -604,5 +578,8 @@ public class SessionData implements org.apache.thrift.TBase<SessionData, Session
}
}
+ 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();
+ }
}