blob: 175e65c617cf1fa10079fc47b1381331492070f0 [file] [log] [blame]
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* Autogenerated by Thrift Compiler (0.10.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
package org.apache.airavata.model.appcatalog.parser;
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.10.0)")
public class ParserConnectorInput implements org.apache.thrift.TBase<ParserConnectorInput, ParserConnectorInput._Fields>, java.io.Serializable, Cloneable, Comparable<ParserConnectorInput> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ParserConnectorInput");
private static final org.apache.thrift.protocol.TField ID_FIELD_DESC = new org.apache.thrift.protocol.TField("id", org.apache.thrift.protocol.TType.STRING, (short)1);
private static final org.apache.thrift.protocol.TField INPUT_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("inputId", org.apache.thrift.protocol.TType.STRING, (short)2);
private static final org.apache.thrift.protocol.TField PARENT_OUTPUT_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("parentOutputId", org.apache.thrift.protocol.TType.STRING, (short)3);
private static final org.apache.thrift.protocol.TField VALUE_FIELD_DESC = new org.apache.thrift.protocol.TField("value", org.apache.thrift.protocol.TType.STRING, (short)4);
private static final org.apache.thrift.protocol.TField PARSER_CONNECTOR_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("parserConnectorId", org.apache.thrift.protocol.TType.STRING, (short)5);
private static final org.apache.thrift.scheme.SchemeFactory STANDARD_SCHEME_FACTORY = new ParserConnectorInputStandardSchemeFactory();
private static final org.apache.thrift.scheme.SchemeFactory TUPLE_SCHEME_FACTORY = new ParserConnectorInputTupleSchemeFactory();
private java.lang.String id; // required
private java.lang.String inputId; // required
private java.lang.String parentOutputId; // required
private java.lang.String value; // required
private java.lang.String parserConnectorId; // 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 {
ID((short)1, "id"),
INPUT_ID((short)2, "inputId"),
PARENT_OUTPUT_ID((short)3, "parentOutputId"),
VALUE((short)4, "value"),
PARSER_CONNECTOR_ID((short)5, "parserConnectorId");
private static final java.util.Map<java.lang.String, _Fields> byName = new java.util.HashMap<java.lang.String, _Fields>();
static {
for (_Fields field : java.util.EnumSet.allOf(_Fields.class)) {
byName.put(field.getFieldName(), field);
}
}
/**
* Find the _Fields constant that matches fieldId, or null if its not found.
*/
public static _Fields findByThriftId(int fieldId) {
switch(fieldId) {
case 1: // ID
return ID;
case 2: // INPUT_ID
return INPUT_ID;
case 3: // PARENT_OUTPUT_ID
return PARENT_OUTPUT_ID;
case 4: // VALUE
return VALUE;
case 5: // PARSER_CONNECTOR_ID
return PARSER_CONNECTOR_ID;
default:
return null;
}
}
/**
* Find the _Fields constant that matches fieldId, throwing an exception
* if it is not found.
*/
public static _Fields findByThriftIdOrThrow(int fieldId) {
_Fields fields = findByThriftId(fieldId);
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(java.lang.String name) {
return byName.get(name);
}
private final short _thriftId;
private final java.lang.String _fieldName;
_Fields(short thriftId, java.lang.String fieldName) {
_thriftId = thriftId;
_fieldName = fieldName;
}
public short getThriftFieldId() {
return _thriftId;
}
public java.lang.String getFieldName() {
return _fieldName;
}
}
// isset id assignments
public static final java.util.Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
static {
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.ID, new org.apache.thrift.meta_data.FieldMetaData("id", org.apache.thrift.TFieldRequirementType.REQUIRED,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
tmpMap.put(_Fields.INPUT_ID, new org.apache.thrift.meta_data.FieldMetaData("inputId", org.apache.thrift.TFieldRequirementType.REQUIRED,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
tmpMap.put(_Fields.PARENT_OUTPUT_ID, new org.apache.thrift.meta_data.FieldMetaData("parentOutputId", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
tmpMap.put(_Fields.VALUE, new org.apache.thrift.meta_data.FieldMetaData("value", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
tmpMap.put(_Fields.PARSER_CONNECTOR_ID, new org.apache.thrift.meta_data.FieldMetaData("parserConnectorId", org.apache.thrift.TFieldRequirementType.REQUIRED,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
metaDataMap = java.util.Collections.unmodifiableMap(tmpMap);
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(ParserConnectorInput.class, metaDataMap);
}
public ParserConnectorInput() {
}
public ParserConnectorInput(
java.lang.String id,
java.lang.String inputId,
java.lang.String parentOutputId,
java.lang.String value,
java.lang.String parserConnectorId)
{
this();
this.id = id;
this.inputId = inputId;
this.parentOutputId = parentOutputId;
this.value = value;
this.parserConnectorId = parserConnectorId;
}
/**
* Performs a deep copy on <i>other</i>.
*/
public ParserConnectorInput(ParserConnectorInput other) {
if (other.isSetId()) {
this.id = other.id;
}
if (other.isSetInputId()) {
this.inputId = other.inputId;
}
if (other.isSetParentOutputId()) {
this.parentOutputId = other.parentOutputId;
}
if (other.isSetValue()) {
this.value = other.value;
}
if (other.isSetParserConnectorId()) {
this.parserConnectorId = other.parserConnectorId;
}
}
public ParserConnectorInput deepCopy() {
return new ParserConnectorInput(this);
}
@Override
public void clear() {
this.id = null;
this.inputId = null;
this.parentOutputId = null;
this.value = null;
this.parserConnectorId = null;
}
public java.lang.String getId() {
return this.id;
}
public void setId(java.lang.String id) {
this.id = id;
}
public void unsetId() {
this.id = null;
}
/** Returns true if field id is set (has been assigned a value) and false otherwise */
public boolean isSetId() {
return this.id != null;
}
public void setIdIsSet(boolean value) {
if (!value) {
this.id = null;
}
}
public java.lang.String getInputId() {
return this.inputId;
}
public void setInputId(java.lang.String inputId) {
this.inputId = inputId;
}
public void unsetInputId() {
this.inputId = null;
}
/** Returns true if field inputId is set (has been assigned a value) and false otherwise */
public boolean isSetInputId() {
return this.inputId != null;
}
public void setInputIdIsSet(boolean value) {
if (!value) {
this.inputId = null;
}
}
public java.lang.String getParentOutputId() {
return this.parentOutputId;
}
public void setParentOutputId(java.lang.String parentOutputId) {
this.parentOutputId = parentOutputId;
}
public void unsetParentOutputId() {
this.parentOutputId = null;
}
/** Returns true if field parentOutputId is set (has been assigned a value) and false otherwise */
public boolean isSetParentOutputId() {
return this.parentOutputId != null;
}
public void setParentOutputIdIsSet(boolean value) {
if (!value) {
this.parentOutputId = null;
}
}
public java.lang.String getValue() {
return this.value;
}
public void setValue(java.lang.String value) {
this.value = value;
}
public void unsetValue() {
this.value = null;
}
/** Returns true if field value is set (has been assigned a value) and false otherwise */
public boolean isSetValue() {
return this.value != null;
}
public void setValueIsSet(boolean value) {
if (!value) {
this.value = null;
}
}
public java.lang.String getParserConnectorId() {
return this.parserConnectorId;
}
public void setParserConnectorId(java.lang.String parserConnectorId) {
this.parserConnectorId = parserConnectorId;
}
public void unsetParserConnectorId() {
this.parserConnectorId = null;
}
/** Returns true if field parserConnectorId is set (has been assigned a value) and false otherwise */
public boolean isSetParserConnectorId() {
return this.parserConnectorId != null;
}
public void setParserConnectorIdIsSet(boolean value) {
if (!value) {
this.parserConnectorId = null;
}
}
public void setFieldValue(_Fields field, java.lang.Object value) {
switch (field) {
case ID:
if (value == null) {
unsetId();
} else {
setId((java.lang.String)value);
}
break;
case INPUT_ID:
if (value == null) {
unsetInputId();
} else {
setInputId((java.lang.String)value);
}
break;
case PARENT_OUTPUT_ID:
if (value == null) {
unsetParentOutputId();
} else {
setParentOutputId((java.lang.String)value);
}
break;
case VALUE:
if (value == null) {
unsetValue();
} else {
setValue((java.lang.String)value);
}
break;
case PARSER_CONNECTOR_ID:
if (value == null) {
unsetParserConnectorId();
} else {
setParserConnectorId((java.lang.String)value);
}
break;
}
}
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case ID:
return getId();
case INPUT_ID:
return getInputId();
case PARENT_OUTPUT_ID:
return getParentOutputId();
case VALUE:
return getValue();
case PARSER_CONNECTOR_ID:
return getParserConnectorId();
}
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 java.lang.IllegalArgumentException();
}
switch (field) {
case ID:
return isSetId();
case INPUT_ID:
return isSetInputId();
case PARENT_OUTPUT_ID:
return isSetParentOutputId();
case VALUE:
return isSetValue();
case PARSER_CONNECTOR_ID:
return isSetParserConnectorId();
}
throw new java.lang.IllegalStateException();
}
@Override
public boolean equals(java.lang.Object that) {
if (that == null)
return false;
if (that instanceof ParserConnectorInput)
return this.equals((ParserConnectorInput)that);
return false;
}
public boolean equals(ParserConnectorInput that) {
if (that == null)
return false;
if (this == that)
return true;
boolean this_present_id = true && this.isSetId();
boolean that_present_id = true && that.isSetId();
if (this_present_id || that_present_id) {
if (!(this_present_id && that_present_id))
return false;
if (!this.id.equals(that.id))
return false;
}
boolean this_present_inputId = true && this.isSetInputId();
boolean that_present_inputId = true && that.isSetInputId();
if (this_present_inputId || that_present_inputId) {
if (!(this_present_inputId && that_present_inputId))
return false;
if (!this.inputId.equals(that.inputId))
return false;
}
boolean this_present_parentOutputId = true && this.isSetParentOutputId();
boolean that_present_parentOutputId = true && that.isSetParentOutputId();
if (this_present_parentOutputId || that_present_parentOutputId) {
if (!(this_present_parentOutputId && that_present_parentOutputId))
return false;
if (!this.parentOutputId.equals(that.parentOutputId))
return false;
}
boolean this_present_value = true && this.isSetValue();
boolean that_present_value = true && that.isSetValue();
if (this_present_value || that_present_value) {
if (!(this_present_value && that_present_value))
return false;
if (!this.value.equals(that.value))
return false;
}
boolean this_present_parserConnectorId = true && this.isSetParserConnectorId();
boolean that_present_parserConnectorId = true && that.isSetParserConnectorId();
if (this_present_parserConnectorId || that_present_parserConnectorId) {
if (!(this_present_parserConnectorId && that_present_parserConnectorId))
return false;
if (!this.parserConnectorId.equals(that.parserConnectorId))
return false;
}
return true;
}
@Override
public int hashCode() {
int hashCode = 1;
hashCode = hashCode * 8191 + ((isSetId()) ? 131071 : 524287);
if (isSetId())
hashCode = hashCode * 8191 + id.hashCode();
hashCode = hashCode * 8191 + ((isSetInputId()) ? 131071 : 524287);
if (isSetInputId())
hashCode = hashCode * 8191 + inputId.hashCode();
hashCode = hashCode * 8191 + ((isSetParentOutputId()) ? 131071 : 524287);
if (isSetParentOutputId())
hashCode = hashCode * 8191 + parentOutputId.hashCode();
hashCode = hashCode * 8191 + ((isSetValue()) ? 131071 : 524287);
if (isSetValue())
hashCode = hashCode * 8191 + value.hashCode();
hashCode = hashCode * 8191 + ((isSetParserConnectorId()) ? 131071 : 524287);
if (isSetParserConnectorId())
hashCode = hashCode * 8191 + parserConnectorId.hashCode();
return hashCode;
}
@Override
public int compareTo(ParserConnectorInput other) {
if (!getClass().equals(other.getClass())) {
return getClass().getName().compareTo(other.getClass().getName());
}
int lastComparison = 0;
lastComparison = java.lang.Boolean.valueOf(isSetId()).compareTo(other.isSetId());
if (lastComparison != 0) {
return lastComparison;
}
if (isSetId()) {
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.id, other.id);
if (lastComparison != 0) {
return lastComparison;
}
}
lastComparison = java.lang.Boolean.valueOf(isSetInputId()).compareTo(other.isSetInputId());
if (lastComparison != 0) {
return lastComparison;
}
if (isSetInputId()) {
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.inputId, other.inputId);
if (lastComparison != 0) {
return lastComparison;
}
}
lastComparison = java.lang.Boolean.valueOf(isSetParentOutputId()).compareTo(other.isSetParentOutputId());
if (lastComparison != 0) {
return lastComparison;
}
if (isSetParentOutputId()) {
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.parentOutputId, other.parentOutputId);
if (lastComparison != 0) {
return lastComparison;
}
}
lastComparison = java.lang.Boolean.valueOf(isSetValue()).compareTo(other.isSetValue());
if (lastComparison != 0) {
return lastComparison;
}
if (isSetValue()) {
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.value, other.value);
if (lastComparison != 0) {
return lastComparison;
}
}
lastComparison = java.lang.Boolean.valueOf(isSetParserConnectorId()).compareTo(other.isSetParserConnectorId());
if (lastComparison != 0) {
return lastComparison;
}
if (isSetParserConnectorId()) {
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.parserConnectorId, other.parserConnectorId);
if (lastComparison != 0) {
return lastComparison;
}
}
return 0;
}
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@Override
public java.lang.String toString() {
java.lang.StringBuilder sb = new java.lang.StringBuilder("ParserConnectorInput(");
boolean first = true;
sb.append("id:");
if (this.id == null) {
sb.append("null");
} else {
sb.append(this.id);
}
first = false;
if (!first) sb.append(", ");
sb.append("inputId:");
if (this.inputId == null) {
sb.append("null");
} else {
sb.append(this.inputId);
}
first = false;
if (!first) sb.append(", ");
sb.append("parentOutputId:");
if (this.parentOutputId == null) {
sb.append("null");
} else {
sb.append(this.parentOutputId);
}
first = false;
if (!first) sb.append(", ");
sb.append("value:");
if (this.value == null) {
sb.append("null");
} else {
sb.append(this.value);
}
first = false;
if (!first) sb.append(", ");
sb.append("parserConnectorId:");
if (this.parserConnectorId == null) {
sb.append("null");
} else {
sb.append(this.parserConnectorId);
}
first = false;
sb.append(")");
return sb.toString();
}
public void validate() throws org.apache.thrift.TException {
// check for required fields
if (!isSetId()) {
throw new org.apache.thrift.protocol.TProtocolException("Required field 'id' is unset! Struct:" + toString());
}
if (!isSetInputId()) {
throw new org.apache.thrift.protocol.TProtocolException("Required field 'inputId' is unset! Struct:" + toString());
}
if (!isSetParserConnectorId()) {
throw new org.apache.thrift.protocol.TProtocolException("Required field 'parserConnectorId' is unset! Struct:" + toString());
}
// check for sub-struct validity
}
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
try {
write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
} catch (org.apache.thrift.TException te) {
throw new java.io.IOException(te);
}
}
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) {
throw new java.io.IOException(te);
}
}
private static class ParserConnectorInputStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
public ParserConnectorInputStandardScheme getScheme() {
return new ParserConnectorInputStandardScheme();
}
}
private static class ParserConnectorInputStandardScheme extends org.apache.thrift.scheme.StandardScheme<ParserConnectorInput> {
public void read(org.apache.thrift.protocol.TProtocol iprot, ParserConnectorInput struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
while (true)
{
schemeField = iprot.readFieldBegin();
if (schemeField.type == org.apache.thrift.protocol.TType.STOP) {
break;
}
switch (schemeField.id) {
case 1: // ID
if (schemeField.type == org.apache.thrift.protocol.TType.STRING) {
struct.id = iprot.readString();
struct.setIdIsSet(true);
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 2: // INPUT_ID
if (schemeField.type == org.apache.thrift.protocol.TType.STRING) {
struct.inputId = iprot.readString();
struct.setInputIdIsSet(true);
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 3: // PARENT_OUTPUT_ID
if (schemeField.type == org.apache.thrift.protocol.TType.STRING) {
struct.parentOutputId = iprot.readString();
struct.setParentOutputIdIsSet(true);
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 4: // VALUE
if (schemeField.type == org.apache.thrift.protocol.TType.STRING) {
struct.value = iprot.readString();
struct.setValueIsSet(true);
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 5: // PARSER_CONNECTOR_ID
if (schemeField.type == org.apache.thrift.protocol.TType.STRING) {
struct.parserConnectorId = iprot.readString();
struct.setParserConnectorIdIsSet(true);
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
default:
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
iprot.readFieldEnd();
}
iprot.readStructEnd();
struct.validate();
}
public void write(org.apache.thrift.protocol.TProtocol oprot, ParserConnectorInput struct) throws org.apache.thrift.TException {
struct.validate();
oprot.writeStructBegin(STRUCT_DESC);
if (struct.id != null) {
oprot.writeFieldBegin(ID_FIELD_DESC);
oprot.writeString(struct.id);
oprot.writeFieldEnd();
}
if (struct.inputId != null) {
oprot.writeFieldBegin(INPUT_ID_FIELD_DESC);
oprot.writeString(struct.inputId);
oprot.writeFieldEnd();
}
if (struct.parentOutputId != null) {
oprot.writeFieldBegin(PARENT_OUTPUT_ID_FIELD_DESC);
oprot.writeString(struct.parentOutputId);
oprot.writeFieldEnd();
}
if (struct.value != null) {
oprot.writeFieldBegin(VALUE_FIELD_DESC);
oprot.writeString(struct.value);
oprot.writeFieldEnd();
}
if (struct.parserConnectorId != null) {
oprot.writeFieldBegin(PARSER_CONNECTOR_ID_FIELD_DESC);
oprot.writeString(struct.parserConnectorId);
oprot.writeFieldEnd();
}
oprot.writeFieldStop();
oprot.writeStructEnd();
}
}
private static class ParserConnectorInputTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
public ParserConnectorInputTupleScheme getScheme() {
return new ParserConnectorInputTupleScheme();
}
}
private static class ParserConnectorInputTupleScheme extends org.apache.thrift.scheme.TupleScheme<ParserConnectorInput> {
@Override
public void write(org.apache.thrift.protocol.TProtocol prot, ParserConnectorInput struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TTupleProtocol oprot = (org.apache.thrift.protocol.TTupleProtocol) prot;
oprot.writeString(struct.id);
oprot.writeString(struct.inputId);
oprot.writeString(struct.parserConnectorId);
java.util.BitSet optionals = new java.util.BitSet();
if (struct.isSetParentOutputId()) {
optionals.set(0);
}
if (struct.isSetValue()) {
optionals.set(1);
}
oprot.writeBitSet(optionals, 2);
if (struct.isSetParentOutputId()) {
oprot.writeString(struct.parentOutputId);
}
if (struct.isSetValue()) {
oprot.writeString(struct.value);
}
}
@Override
public void read(org.apache.thrift.protocol.TProtocol prot, ParserConnectorInput struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TTupleProtocol iprot = (org.apache.thrift.protocol.TTupleProtocol) prot;
struct.id = iprot.readString();
struct.setIdIsSet(true);
struct.inputId = iprot.readString();
struct.setInputIdIsSet(true);
struct.parserConnectorId = iprot.readString();
struct.setParserConnectorIdIsSet(true);
java.util.BitSet incoming = iprot.readBitSet(2);
if (incoming.get(0)) {
struct.parentOutputId = iprot.readString();
struct.setParentOutputIdIsSet(true);
}
if (incoming.get(1)) {
struct.value = iprot.readString();
struct.setValueIsSet(true);
}
}
}
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();
}
}