Package dev.vality.damsel.merch_stat
Class StatResponseData
java.lang.Object
org.apache.thrift.TUnion<StatResponseData,StatResponseData._Fields>
dev.vality.damsel.merch_stat.StatResponseData
- All Implemented Interfaces:
Serializable,Comparable<StatResponseData>,org.apache.thrift.TBase<StatResponseData,,StatResponseData._Fields> org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)",
date="2024-08-02")
public class StatResponseData
extends org.apache.thrift.TUnion<StatResponseData,StatResponseData._Fields>
Возможные варианты возвращаемых данных
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<StatResponseData._Fields,org.apache.thrift.meta_data.FieldMetaData> Fields inherited from class org.apache.thrift.TUnion
setField_, value_ -
Constructor Summary
ConstructorsConstructorDescriptionStatResponseData(StatResponseData other) StatResponseData(StatResponseData._Fields setField, Object value) -
Method Summary
Modifier and TypeMethodDescriptionstatic StatResponseDatachargebacks(List<StatChargeback> value) protected voidcheckType(StatResponseData._Fields setField, Object value) intcompareTo(StatResponseData other) static StatResponseDatacustomers(List<StatCustomer> value) deepCopy()static StatResponseDataenriched_invoices(List<EnrichedStatInvoice> value) protected StatResponseData._FieldsenumForId(short id) booleanequals(StatResponseData other) booleanfieldForId(int fieldId) protected org.apache.thrift.protocol.TFieldgetFieldDesc(StatResponseData._Fields setField) Map<StatResponseData._Fields,org.apache.thrift.meta_data.FieldMetaData> protected org.apache.thrift.protocol.TStructinthashCode()static StatResponseDatainvoices(List<StatInvoice> value) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanstatic StatResponseDatapayments(List<StatPayment> value) static StatResponseDatapayouts(List<StatPayout> value) static StatResponseDatastatic StatResponseDatarefunds(List<StatRefund> value) voidsetChargebacks(List<StatChargeback> value) voidsetCustomers(List<StatCustomer> value) voidvoidsetInvoices(List<StatInvoice> value) voidsetPayments(List<StatPayment> value) voidsetPayouts(List<StatPayout> value) voidsetRecords(List<Map<String, String>> value) voidsetRefunds(List<StatRefund> value) protected ObjectstandardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) protected voidstandardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) protected ObjecttupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID) protected voidtupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) Methods inherited from class org.apache.thrift.TUnion
clear, getFieldValue, getFieldValue, getFieldValue, getSetField, isSet, isSet, isSet, read, setFieldValue, setFieldValue, toString, write
-
Field Details
-
metaDataMap
public static final Map<StatResponseData._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
StatResponseData
public StatResponseData() -
StatResponseData
-
StatResponseData
-
-
Method Details
-
deepCopy
-
payments
-
invoices
-
customers
-
records
-
payouts
-
refunds
-
enriched_invoices
-
chargebacks
-
checkType
- Specified by:
checkTypein classorg.apache.thrift.TUnion<StatResponseData,StatResponseData._Fields> - Throws:
ClassCastException
-
standardSchemeReadValue
protected Object standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) throws org.apache.thrift.TException - Specified by:
standardSchemeReadValuein classorg.apache.thrift.TUnion<StatResponseData,StatResponseData._Fields> - Throws:
org.apache.thrift.TException
-
standardSchemeWriteValue
protected void standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException - Specified by:
standardSchemeWriteValuein classorg.apache.thrift.TUnion<StatResponseData,StatResponseData._Fields> - Throws:
org.apache.thrift.TException
-
tupleSchemeReadValue
protected Object tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.thrift.TException - Specified by:
tupleSchemeReadValuein classorg.apache.thrift.TUnion<StatResponseData,StatResponseData._Fields> - Throws:
org.apache.thrift.TException
-
tupleSchemeWriteValue
protected void tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException - Specified by:
tupleSchemeWriteValuein classorg.apache.thrift.TUnion<StatResponseData,StatResponseData._Fields> - Throws:
org.apache.thrift.TException
-
getFieldDesc
- Specified by:
getFieldDescin classorg.apache.thrift.TUnion<StatResponseData,StatResponseData._Fields>
-
getStructDesc
protected org.apache.thrift.protocol.TStruct getStructDesc()- Specified by:
getStructDescin classorg.apache.thrift.TUnion<StatResponseData,StatResponseData._Fields>
-
enumForId
- Specified by:
enumForIdin classorg.apache.thrift.TUnion<StatResponseData,StatResponseData._Fields>
-
getFields
-
getFieldMetaData
-
fieldForId
-
getPayments
-
setPayments
-
getInvoices
-
setInvoices
-
getCustomers
-
setCustomers
-
getRecords
-
setRecords
-
getPayouts
-
setPayouts
-
getRefunds
-
setRefunds
-
getEnrichedInvoices
-
setEnrichedInvoices
-
getChargebacks
-
setChargebacks
-
isSetPayments
public boolean isSetPayments() -
isSetInvoices
public boolean isSetInvoices() -
isSetCustomers
public boolean isSetCustomers() -
isSetRecords
public boolean isSetRecords() -
isSetPayouts
public boolean isSetPayouts() -
isSetRefunds
public boolean isSetRefunds() -
isSetEnrichedInvoices
public boolean isSetEnrichedInvoices() -
isSetChargebacks
public boolean isSetChargebacks() -
equals
-
equals
-
compareTo
-
hashCode
public int hashCode()
-