com.rbkmoney.damsel.fraudbusters.CommandBody Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fraudbusters-proto Show documentation
Show all versions of fraudbusters-proto Show documentation
Generates jar artifact containing compiled thrift classes based on generated thrift IDL files
/**
* Autogenerated by Thrift Compiler (1.0.0-dev)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
package com.rbkmoney.damsel.fraudbusters;
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.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", "unused"})
public class CommandBody extends org.apache.thrift.TUnion {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("CommandBody");
private static final org.apache.thrift.protocol.TField TEMPLATE_FIELD_DESC = new org.apache.thrift.protocol.TField("template", org.apache.thrift.protocol.TType.STRUCT, (short)1);
private static final org.apache.thrift.protocol.TField REFERENCE_FIELD_DESC = new org.apache.thrift.protocol.TField("reference", org.apache.thrift.protocol.TType.STRUCT, (short)2);
private static final org.apache.thrift.protocol.TField GROUP_REFERENCE_FIELD_DESC = new org.apache.thrift.protocol.TField("group_reference", org.apache.thrift.protocol.TType.STRUCT, (short)3);
private static final org.apache.thrift.protocol.TField GROUP_FIELD_DESC = new org.apache.thrift.protocol.TField("group", org.apache.thrift.protocol.TType.STRUCT, (short)4);
private static final org.apache.thrift.protocol.TField P2P_GROUP_REFERENCE_FIELD_DESC = new org.apache.thrift.protocol.TField("p2p_group_reference", org.apache.thrift.protocol.TType.STRUCT, (short)5);
private static final org.apache.thrift.protocol.TField P2P_REFERENCE_FIELD_DESC = new org.apache.thrift.protocol.TField("p2p_reference", org.apache.thrift.protocol.TType.STRUCT, (short)6);
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
public enum _Fields implements org.apache.thrift.TFieldIdEnum {
TEMPLATE((short)1, "template"),
REFERENCE((short)2, "reference"),
GROUP_REFERENCE((short)3, "group_reference"),
GROUP((short)4, "group"),
P2P_GROUP_REFERENCE((short)5, "p2p_group_reference"),
P2P_REFERENCE((short)6, "p2p_reference");
private static final Map byName = new HashMap();
static {
for (_Fields field : 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: // TEMPLATE
return TEMPLATE;
case 2: // REFERENCE
return REFERENCE;
case 3: // GROUP_REFERENCE
return GROUP_REFERENCE;
case 4: // GROUP
return GROUP;
case 5: // P2P_GROUP_REFERENCE
return P2P_GROUP_REFERENCE;
case 6: // P2P_REFERENCE
return P2P_REFERENCE;
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 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) {
return byName.get(name);
}
private final short _thriftId;
private final String _fieldName;
_Fields(short thriftId, String fieldName) {
_thriftId = thriftId;
_fieldName = fieldName;
}
public short getThriftFieldId() {
return _thriftId;
}
public String getFieldName() {
return _fieldName;
}
}
public static final 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);
tmpMap.put(_Fields.TEMPLATE, new org.apache.thrift.meta_data.FieldMetaData("template", org.apache.thrift.TFieldRequirementType.OPTIONAL,
new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, Template.class)));
tmpMap.put(_Fields.REFERENCE, new org.apache.thrift.meta_data.FieldMetaData("reference", org.apache.thrift.TFieldRequirementType.OPTIONAL,
new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, TemplateReference.class)));
tmpMap.put(_Fields.GROUP_REFERENCE, new org.apache.thrift.meta_data.FieldMetaData("group_reference", org.apache.thrift.TFieldRequirementType.OPTIONAL,
new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, GroupReference.class)));
tmpMap.put(_Fields.GROUP, new org.apache.thrift.meta_data.FieldMetaData("group", org.apache.thrift.TFieldRequirementType.OPTIONAL,
new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, Group.class)));
tmpMap.put(_Fields.P2P_GROUP_REFERENCE, new org.apache.thrift.meta_data.FieldMetaData("p2p_group_reference", org.apache.thrift.TFieldRequirementType.OPTIONAL,
new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, P2PGroupReference.class)));
tmpMap.put(_Fields.P2P_REFERENCE, new org.apache.thrift.meta_data.FieldMetaData("p2p_reference", org.apache.thrift.TFieldRequirementType.OPTIONAL,
new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, P2PReference.class)));
metaDataMap = Collections.unmodifiableMap(tmpMap);
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(CommandBody.class, metaDataMap);
}
public CommandBody() {
super();
}
public CommandBody(_Fields setField, Object value) {
super(setField, value);
}
public CommandBody(CommandBody other) {
super(other);
}
public CommandBody deepCopy() {
return new CommandBody(this);
}
public static CommandBody template(Template value) {
CommandBody x = new CommandBody();
x.setTemplate(value);
return x;
}
public static CommandBody reference(TemplateReference value) {
CommandBody x = new CommandBody();
x.setReference(value);
return x;
}
public static CommandBody group_reference(GroupReference value) {
CommandBody x = new CommandBody();
x.setGroupReference(value);
return x;
}
public static CommandBody group(Group value) {
CommandBody x = new CommandBody();
x.setGroup(value);
return x;
}
public static CommandBody p2p_group_reference(P2PGroupReference value) {
CommandBody x = new CommandBody();
x.setP2pGroupReference(value);
return x;
}
public static CommandBody p2p_reference(P2PReference value) {
CommandBody x = new CommandBody();
x.setP2pReference(value);
return x;
}
@Override
protected void checkType(_Fields setField, Object value) throws ClassCastException {
switch (setField) {
case TEMPLATE:
if (value instanceof Template) {
break;
}
throw new ClassCastException("Was expecting value of type Template for field 'template', but got " + value.getClass().getSimpleName());
case REFERENCE:
if (value instanceof TemplateReference) {
break;
}
throw new ClassCastException("Was expecting value of type TemplateReference for field 'reference', but got " + value.getClass().getSimpleName());
case GROUP_REFERENCE:
if (value instanceof GroupReference) {
break;
}
throw new ClassCastException("Was expecting value of type GroupReference for field 'group_reference', but got " + value.getClass().getSimpleName());
case GROUP:
if (value instanceof Group) {
break;
}
throw new ClassCastException("Was expecting value of type Group for field 'group', but got " + value.getClass().getSimpleName());
case P2P_GROUP_REFERENCE:
if (value instanceof P2PGroupReference) {
break;
}
throw new ClassCastException("Was expecting value of type P2PGroupReference for field 'p2p_group_reference', but got " + value.getClass().getSimpleName());
case P2P_REFERENCE:
if (value instanceof P2PReference) {
break;
}
throw new ClassCastException("Was expecting value of type P2PReference for field 'p2p_reference', but got " + value.getClass().getSimpleName());
default:
throw new IllegalArgumentException("Unknown field id " + setField);
}
}
@Override
protected Object standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) throws org.apache.thrift.TException {
_Fields setField = _Fields.findByThriftId(field.id);
if (setField != null) {
switch (setField) {
case TEMPLATE:
if (field.type == TEMPLATE_FIELD_DESC.type) {
Template template;
template = new Template();
template.read(iprot);
return template;
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
return null;
}
case REFERENCE:
if (field.type == REFERENCE_FIELD_DESC.type) {
TemplateReference reference;
reference = new TemplateReference();
reference.read(iprot);
return reference;
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
return null;
}
case GROUP_REFERENCE:
if (field.type == GROUP_REFERENCE_FIELD_DESC.type) {
GroupReference group_reference;
group_reference = new GroupReference();
group_reference.read(iprot);
return group_reference;
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
return null;
}
case GROUP:
if (field.type == GROUP_FIELD_DESC.type) {
Group group;
group = new Group();
group.read(iprot);
return group;
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
return null;
}
case P2P_GROUP_REFERENCE:
if (field.type == P2P_GROUP_REFERENCE_FIELD_DESC.type) {
P2PGroupReference p2p_group_reference;
p2p_group_reference = new P2PGroupReference();
p2p_group_reference.read(iprot);
return p2p_group_reference;
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
return null;
}
case P2P_REFERENCE:
if (field.type == P2P_REFERENCE_FIELD_DESC.type) {
P2PReference p2p_reference;
p2p_reference = new P2PReference();
p2p_reference.read(iprot);
return p2p_reference;
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
return null;
}
default:
throw new IllegalStateException("setField wasn't null, but didn't match any of the case statements!");
}
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
return null;
}
}
@Override
protected void standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
switch (setField_) {
case TEMPLATE:
Template template = (Template)value_;
template.write(oprot);
return;
case REFERENCE:
TemplateReference reference = (TemplateReference)value_;
reference.write(oprot);
return;
case GROUP_REFERENCE:
GroupReference group_reference = (GroupReference)value_;
group_reference.write(oprot);
return;
case GROUP:
Group group = (Group)value_;
group.write(oprot);
return;
case P2P_GROUP_REFERENCE:
P2PGroupReference p2p_group_reference = (P2PGroupReference)value_;
p2p_group_reference.write(oprot);
return;
case P2P_REFERENCE:
P2PReference p2p_reference = (P2PReference)value_;
p2p_reference.write(oprot);
return;
default:
throw new IllegalStateException("Cannot write union with unknown field " + setField_);
}
}
@Override
protected Object tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.thrift.TException {
_Fields setField = _Fields.findByThriftId(fieldID);
if (setField != null) {
switch (setField) {
case TEMPLATE:
Template template;
template = new Template();
template.read(iprot);
return template;
case REFERENCE:
TemplateReference reference;
reference = new TemplateReference();
reference.read(iprot);
return reference;
case GROUP_REFERENCE:
GroupReference group_reference;
group_reference = new GroupReference();
group_reference.read(iprot);
return group_reference;
case GROUP:
Group group;
group = new Group();
group.read(iprot);
return group;
case P2P_GROUP_REFERENCE:
P2PGroupReference p2p_group_reference;
p2p_group_reference = new P2PGroupReference();
p2p_group_reference.read(iprot);
return p2p_group_reference;
case P2P_REFERENCE:
P2PReference p2p_reference;
p2p_reference = new P2PReference();
p2p_reference.read(iprot);
return p2p_reference;
default:
throw new IllegalStateException("setField wasn't null, but didn't match any of the case statements!");
}
} else {
throw new TProtocolException("Couldn't find a field with field id " + fieldID);
}
}
@Override
protected void tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
switch (setField_) {
case TEMPLATE:
Template template = (Template)value_;
template.write(oprot);
return;
case REFERENCE:
TemplateReference reference = (TemplateReference)value_;
reference.write(oprot);
return;
case GROUP_REFERENCE:
GroupReference group_reference = (GroupReference)value_;
group_reference.write(oprot);
return;
case GROUP:
Group group = (Group)value_;
group.write(oprot);
return;
case P2P_GROUP_REFERENCE:
P2PGroupReference p2p_group_reference = (P2PGroupReference)value_;
p2p_group_reference.write(oprot);
return;
case P2P_REFERENCE:
P2PReference p2p_reference = (P2PReference)value_;
p2p_reference.write(oprot);
return;
default:
throw new IllegalStateException("Cannot write union with unknown field " + setField_);
}
}
@Override
protected org.apache.thrift.protocol.TField getFieldDesc(_Fields setField) {
switch (setField) {
case TEMPLATE:
return TEMPLATE_FIELD_DESC;
case REFERENCE:
return REFERENCE_FIELD_DESC;
case GROUP_REFERENCE:
return GROUP_REFERENCE_FIELD_DESC;
case GROUP:
return GROUP_FIELD_DESC;
case P2P_GROUP_REFERENCE:
return P2P_GROUP_REFERENCE_FIELD_DESC;
case P2P_REFERENCE:
return P2P_REFERENCE_FIELD_DESC;
default:
throw new IllegalArgumentException("Unknown field id " + setField);
}
}
@Override
protected org.apache.thrift.protocol.TStruct getStructDesc() {
return STRUCT_DESC;
}
@Override
protected _Fields enumForId(short id) {
return _Fields.findByThriftIdOrThrow(id);
}
public _Fields[] getFields() {
return _Fields.values();
}
public Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData() {
return metaDataMap;
}
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
public Template getTemplate() {
if (getSetField() == _Fields.TEMPLATE) {
return (Template)getFieldValue();
} else {
throw new RuntimeException("Cannot get field 'template' because union is currently set to " + getFieldDesc(getSetField()).name);
}
}
public void setTemplate(Template value) {
if (value == null) throw new NullPointerException();
setField_ = _Fields.TEMPLATE;
value_ = value;
}
public TemplateReference getReference() {
if (getSetField() == _Fields.REFERENCE) {
return (TemplateReference)getFieldValue();
} else {
throw new RuntimeException("Cannot get field 'reference' because union is currently set to " + getFieldDesc(getSetField()).name);
}
}
public void setReference(TemplateReference value) {
if (value == null) throw new NullPointerException();
setField_ = _Fields.REFERENCE;
value_ = value;
}
public GroupReference getGroupReference() {
if (getSetField() == _Fields.GROUP_REFERENCE) {
return (GroupReference)getFieldValue();
} else {
throw new RuntimeException("Cannot get field 'group_reference' because union is currently set to " + getFieldDesc(getSetField()).name);
}
}
public void setGroupReference(GroupReference value) {
if (value == null) throw new NullPointerException();
setField_ = _Fields.GROUP_REFERENCE;
value_ = value;
}
public Group getGroup() {
if (getSetField() == _Fields.GROUP) {
return (Group)getFieldValue();
} else {
throw new RuntimeException("Cannot get field 'group' because union is currently set to " + getFieldDesc(getSetField()).name);
}
}
public void setGroup(Group value) {
if (value == null) throw new NullPointerException();
setField_ = _Fields.GROUP;
value_ = value;
}
public P2PGroupReference getP2pGroupReference() {
if (getSetField() == _Fields.P2P_GROUP_REFERENCE) {
return (P2PGroupReference)getFieldValue();
} else {
throw new RuntimeException("Cannot get field 'p2p_group_reference' because union is currently set to " + getFieldDesc(getSetField()).name);
}
}
public void setP2pGroupReference(P2PGroupReference value) {
if (value == null) throw new NullPointerException();
setField_ = _Fields.P2P_GROUP_REFERENCE;
value_ = value;
}
public P2PReference getP2pReference() {
if (getSetField() == _Fields.P2P_REFERENCE) {
return (P2PReference)getFieldValue();
} else {
throw new RuntimeException("Cannot get field 'p2p_reference' because union is currently set to " + getFieldDesc(getSetField()).name);
}
}
public void setP2pReference(P2PReference value) {
if (value == null) throw new NullPointerException();
setField_ = _Fields.P2P_REFERENCE;
value_ = value;
}
public boolean isSetTemplate() {
return setField_ == _Fields.TEMPLATE;
}
public boolean isSetReference() {
return setField_ == _Fields.REFERENCE;
}
public boolean isSetGroupReference() {
return setField_ == _Fields.GROUP_REFERENCE;
}
public boolean isSetGroup() {
return setField_ == _Fields.GROUP;
}
public boolean isSetP2pGroupReference() {
return setField_ == _Fields.P2P_GROUP_REFERENCE;
}
public boolean isSetP2pReference() {
return setField_ == _Fields.P2P_REFERENCE;
}
public boolean equals(Object other) {
if (other instanceof CommandBody) {
return equals((CommandBody)other);
} else {
return false;
}
}
public boolean equals(CommandBody other) {
return other != null && getSetField() == other.getSetField() && getFieldValue().equals(other.getFieldValue());
}
@Override
public int compareTo(CommandBody other) {
int lastComparison = org.apache.thrift.TBaseHelper.compareTo(getSetField(), other.getSetField());
if (lastComparison == 0) {
return org.apache.thrift.TBaseHelper.compareTo(getFieldValue(), other.getFieldValue());
}
return lastComparison;
}
@Override
public int hashCode() {
List