Class EventPayload
java.lang.Object
org.apache.thrift.TUnion<EventPayload,EventPayload._Fields>
dev.vality.damsel.payment_processing.EventPayload
- All Implemented Interfaces:
Serializable,Comparable<EventPayload>,org.apache.thrift.TBase<EventPayload,,EventPayload._Fields> org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)",
date="2024-08-02")
public class EventPayload
extends org.apache.thrift.TUnion<EventPayload,EventPayload._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<EventPayload._Fields,org.apache.thrift.meta_data.FieldMetaData> Fields inherited from class org.apache.thrift.TUnion
setField_, value_ -
Constructor Summary
ConstructorsConstructorDescriptionEventPayload(EventPayload other) EventPayload(EventPayload._Fields setField, Object value) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckType(EventPayload._Fields setField, Object value) intcompareTo(EventPayload other) static EventPayloadcustomer_changes(List<CustomerChange> value) deepCopy()protected EventPayload._FieldsenumForId(short id) booleanequals(EventPayload other) booleanfieldForId(int fieldId) Некоторое событие, порождённое плательщиком.protected org.apache.thrift.protocol.TFieldgetFieldDesc(EventPayload._Fields setField) Map<EventPayload._Fields,org.apache.thrift.meta_data.FieldMetaData> Набор изменений, порождённых инвойсом.Набор изменений, порождённых шаблоном инвойса.Набор изменений, порождённых участником.protected org.apache.thrift.protocol.TStructinthashCode()static EventPayloadinvoice_changes(List<InvoiceChange> value) static EventPayloadbooleanbooleanbooleanbooleanstatic EventPayloadparty_changes(List<PartyChange> value) voidsetCustomerChanges(List<CustomerChange> value) Некоторое событие, порождённое плательщиком.voidsetInvoiceChanges(List<InvoiceChange> value) Набор изменений, порождённых инвойсом.voidНабор изменений, порождённых шаблоном инвойса.voidsetPartyChanges(List<PartyChange> 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
-
-
Constructor Details
-
EventPayload
public EventPayload() -
EventPayload
-
EventPayload
-
-
Method Details
-
deepCopy
-
invoice_changes
-
party_changes
-
invoice_template_changes
-
customer_changes
-
checkType
- Specified by:
checkTypein classorg.apache.thrift.TUnion<EventPayload,EventPayload._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<EventPayload,EventPayload._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<EventPayload,EventPayload._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<EventPayload,EventPayload._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<EventPayload,EventPayload._Fields> - Throws:
org.apache.thrift.TException
-
getFieldDesc
- Specified by:
getFieldDescin classorg.apache.thrift.TUnion<EventPayload,EventPayload._Fields>
-
getStructDesc
protected org.apache.thrift.protocol.TStruct getStructDesc()- Specified by:
getStructDescin classorg.apache.thrift.TUnion<EventPayload,EventPayload._Fields>
-
enumForId
- Specified by:
enumForIdin classorg.apache.thrift.TUnion<EventPayload,EventPayload._Fields>
-
getFields
-
getFieldMetaData
-
fieldForId
-
getInvoiceChanges
Набор изменений, порождённых инвойсом. -
setInvoiceChanges
Набор изменений, порождённых инвойсом. -
getPartyChanges
Набор изменений, порождённых участником. -
setPartyChanges
Набор изменений, порождённых участником. -
getInvoiceTemplateChanges
Набор изменений, порождённых шаблоном инвойса. -
setInvoiceTemplateChanges
Набор изменений, порождённых шаблоном инвойса. -
getCustomerChanges
Некоторое событие, порождённое плательщиком. -
setCustomerChanges
Некоторое событие, порождённое плательщиком. -
isSetInvoiceChanges
public boolean isSetInvoiceChanges() -
isSetPartyChanges
public boolean isSetPartyChanges() -
isSetInvoiceTemplateChanges
public boolean isSetInvoiceTemplateChanges() -
isSetCustomerChanges
public boolean isSetCustomerChanges() -
equals
-
equals
-
compareTo
-
hashCode
public int hashCode()
-