Class EventSource
java.lang.Object
org.apache.thrift.TUnion<EventSource,EventSource._Fields>
dev.vality.damsel.payment_processing.EventSource
- All Implemented Interfaces:
Serializable,Comparable<EventSource>,org.apache.thrift.TBase<EventSource,,EventSource._Fields> org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)",
date="2024-08-02")
public class EventSource
extends org.apache.thrift.TUnion<EventSource,EventSource._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<EventSource._Fields,org.apache.thrift.meta_data.FieldMetaData> Fields inherited from class org.apache.thrift.TUnion
setField_, value_ -
Constructor Summary
ConstructorsConstructorDescriptionEventSource(EventSource other) EventSource(EventSource._Fields setField, Object value) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckType(EventSource._Fields setField, Object value) intcompareTo(EventSource other) static EventSourcecustomer_id(String value) deepCopy()protected EventSource._FieldsenumForId(short id) booleanequals(EventSource other) booleanfieldForId(int fieldId) Идентификатор плательщика, который породил событие.protected org.apache.thrift.protocol.TFieldgetFieldDesc(EventSource._Fields setField) Map<EventSource._Fields,org.apache.thrift.meta_data.FieldMetaData> Идентификатор инвойса, который породил событие.Идентификатор шаблона инвойса, который породил событие.Идентификатор участника, который породил событие.protected org.apache.thrift.protocol.TStructinthashCode()static EventSourceinvoice_id(String value) static EventSourceinvoice_template_id(String value) booleanbooleanbooleanbooleanstatic EventSourcevoidsetCustomerId(String value) Идентификатор плательщика, который породил событие.voidsetInvoiceId(String value) Идентификатор инвойса, который породил событие.voidsetInvoiceTemplateId(String value) Идентификатор шаблона инвойса, который породил событие.voidsetPartyId(String 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
-
EventSource
public EventSource() -
EventSource
-
EventSource
-
-
Method Details
-
deepCopy
-
invoice_id
-
party_id
-
invoice_template_id
-
customer_id
-
checkType
- Specified by:
checkTypein classorg.apache.thrift.TUnion<EventSource,EventSource._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<EventSource,EventSource._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<EventSource,EventSource._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<EventSource,EventSource._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<EventSource,EventSource._Fields> - Throws:
org.apache.thrift.TException
-
getFieldDesc
- Specified by:
getFieldDescin classorg.apache.thrift.TUnion<EventSource,EventSource._Fields>
-
getStructDesc
protected org.apache.thrift.protocol.TStruct getStructDesc()- Specified by:
getStructDescin classorg.apache.thrift.TUnion<EventSource,EventSource._Fields>
-
enumForId
- Specified by:
enumForIdin classorg.apache.thrift.TUnion<EventSource,EventSource._Fields>
-
getFields
-
getFieldMetaData
-
fieldForId
-
getInvoiceId
Идентификатор инвойса, который породил событие. -
setInvoiceId
Идентификатор инвойса, который породил событие. -
getPartyId
Идентификатор участника, который породил событие. -
setPartyId
Идентификатор участника, который породил событие. -
getInvoiceTemplateId
Идентификатор шаблона инвойса, который породил событие. -
setInvoiceTemplateId
Идентификатор шаблона инвойса, который породил событие. -
getCustomerId
Идентификатор плательщика, который породил событие. -
setCustomerId
Идентификатор плательщика, который породил событие. -
isSetInvoiceId
public boolean isSetInvoiceId() -
isSetPartyId
public boolean isSetPartyId() -
isSetInvoiceTemplateId
public boolean isSetInvoiceTemplateId() -
isSetCustomerId
public boolean isSetCustomerId() -
equals
-
equals
-
compareTo
-
hashCode
public int hashCode()
-