com.rbkmoney.damsel.fraudbusters.EmulationRule 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 EmulationRule extends org.apache.thrift.TUnion {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("EmulationRule");
private static final org.apache.thrift.protocol.TField TEMPLATE_EMULATION_FIELD_DESC = new org.apache.thrift.protocol.TField("template_emulation", org.apache.thrift.protocol.TType.STRUCT, (short)1);
private static final org.apache.thrift.protocol.TField CASCADING_EMULATION_FIELD_DESC = new org.apache.thrift.protocol.TField("cascading_emulation", org.apache.thrift.protocol.TType.STRUCT, (short)2);
/** 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_EMULATION((short)1, "template_emulation"),
CASCADING_EMULATION((short)2, "cascading_emulation");
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_EMULATION
return TEMPLATE_EMULATION;
case 2: // CASCADING_EMULATION
return CASCADING_EMULATION;
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_EMULATION, new org.apache.thrift.meta_data.FieldMetaData("template_emulation", org.apache.thrift.TFieldRequirementType.OPTIONAL,
new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, OnlyTemplateEmulation.class)));
tmpMap.put(_Fields.CASCADING_EMULATION, new org.apache.thrift.meta_data.FieldMetaData("cascading_emulation", org.apache.thrift.TFieldRequirementType.OPTIONAL,
new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, CascasdingTemplateEmulation.class)));
metaDataMap = Collections.unmodifiableMap(tmpMap);
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(EmulationRule.class, metaDataMap);
}
public EmulationRule() {
super();
}
public EmulationRule(_Fields setField, Object value) {
super(setField, value);
}
public EmulationRule(EmulationRule other) {
super(other);
}
public EmulationRule deepCopy() {
return new EmulationRule(this);
}
public static EmulationRule template_emulation(OnlyTemplateEmulation value) {
EmulationRule x = new EmulationRule();
x.setTemplateEmulation(value);
return x;
}
public static EmulationRule cascading_emulation(CascasdingTemplateEmulation value) {
EmulationRule x = new EmulationRule();
x.setCascadingEmulation(value);
return x;
}
@Override
protected void checkType(_Fields setField, Object value) throws ClassCastException {
switch (setField) {
case TEMPLATE_EMULATION:
if (value instanceof OnlyTemplateEmulation) {
break;
}
throw new ClassCastException("Was expecting value of type OnlyTemplateEmulation for field 'template_emulation', but got " + value.getClass().getSimpleName());
case CASCADING_EMULATION:
if (value instanceof CascasdingTemplateEmulation) {
break;
}
throw new ClassCastException("Was expecting value of type CascasdingTemplateEmulation for field 'cascading_emulation', 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_EMULATION:
if (field.type == TEMPLATE_EMULATION_FIELD_DESC.type) {
OnlyTemplateEmulation template_emulation;
template_emulation = new OnlyTemplateEmulation();
template_emulation.read(iprot);
return template_emulation;
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
return null;
}
case CASCADING_EMULATION:
if (field.type == CASCADING_EMULATION_FIELD_DESC.type) {
CascasdingTemplateEmulation cascading_emulation;
cascading_emulation = new CascasdingTemplateEmulation();
cascading_emulation.read(iprot);
return cascading_emulation;
} 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_EMULATION:
OnlyTemplateEmulation template_emulation = (OnlyTemplateEmulation)value_;
template_emulation.write(oprot);
return;
case CASCADING_EMULATION:
CascasdingTemplateEmulation cascading_emulation = (CascasdingTemplateEmulation)value_;
cascading_emulation.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_EMULATION:
OnlyTemplateEmulation template_emulation;
template_emulation = new OnlyTemplateEmulation();
template_emulation.read(iprot);
return template_emulation;
case CASCADING_EMULATION:
CascasdingTemplateEmulation cascading_emulation;
cascading_emulation = new CascasdingTemplateEmulation();
cascading_emulation.read(iprot);
return cascading_emulation;
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_EMULATION:
OnlyTemplateEmulation template_emulation = (OnlyTemplateEmulation)value_;
template_emulation.write(oprot);
return;
case CASCADING_EMULATION:
CascasdingTemplateEmulation cascading_emulation = (CascasdingTemplateEmulation)value_;
cascading_emulation.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_EMULATION:
return TEMPLATE_EMULATION_FIELD_DESC;
case CASCADING_EMULATION:
return CASCADING_EMULATION_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 OnlyTemplateEmulation getTemplateEmulation() {
if (getSetField() == _Fields.TEMPLATE_EMULATION) {
return (OnlyTemplateEmulation)getFieldValue();
} else {
throw new RuntimeException("Cannot get field 'template_emulation' because union is currently set to " + getFieldDesc(getSetField()).name);
}
}
public void setTemplateEmulation(OnlyTemplateEmulation value) {
if (value == null) throw new NullPointerException();
setField_ = _Fields.TEMPLATE_EMULATION;
value_ = value;
}
public CascasdingTemplateEmulation getCascadingEmulation() {
if (getSetField() == _Fields.CASCADING_EMULATION) {
return (CascasdingTemplateEmulation)getFieldValue();
} else {
throw new RuntimeException("Cannot get field 'cascading_emulation' because union is currently set to " + getFieldDesc(getSetField()).name);
}
}
public void setCascadingEmulation(CascasdingTemplateEmulation value) {
if (value == null) throw new NullPointerException();
setField_ = _Fields.CASCADING_EMULATION;
value_ = value;
}
public boolean isSetTemplateEmulation() {
return setField_ == _Fields.TEMPLATE_EMULATION;
}
public boolean isSetCascadingEmulation() {
return setField_ == _Fields.CASCADING_EMULATION;
}
public boolean equals(Object other) {
if (other instanceof EmulationRule) {
return equals((EmulationRule)other);
} else {
return false;
}
}
public boolean equals(EmulationRule other) {
return other != null && getSetField() == other.getSetField() && getFieldValue().equals(other.getFieldValue());
}
@Override
public int compareTo(EmulationRule 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