Class PartyChange
java.lang.Object
org.apache.thrift.TUnion<PartyChange,PartyChange._Fields>
dev.vality.damsel.payment_processing.PartyChange
- All Implemented Interfaces:
Serializable,Comparable<PartyChange>,org.apache.thrift.TBase<PartyChange,PartyChange._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-10-25")
public class PartyChange
extends org.apache.thrift.TUnion<PartyChange,PartyChange._Fields>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPartyChange._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Fields Modifier and Type Field Description static Map<PartyChange._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapFields inherited from class org.apache.thrift.TUnion
setField_, value_ -
Constructor Summary
Constructors Constructor Description PartyChange()PartyChange(PartyChange other)PartyChange(PartyChange._Fields setField, Object value) -
Method Summary
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
-
PartyChange
public PartyChange() -
PartyChange
-
PartyChange
-
-
Method Details
-
deepCopy
-
party_created
-
party_blocking
-
party_suspension
-
shop_blocking
-
shop_suspension
-
wallet_blocking
-
wallet_suspension
-
claim_created
-
claim_status_changed
-
claim_updated
-
party_meta_set
-
party_meta_removed
-
revision_changed
-
checkType
- Specified by:
checkTypein classorg.apache.thrift.TUnion<PartyChange,PartyChange._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<PartyChange,PartyChange._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<PartyChange,PartyChange._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<PartyChange,PartyChange._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<PartyChange,PartyChange._Fields>- Throws:
org.apache.thrift.TException
-
getFieldDesc
- Specified by:
getFieldDescin classorg.apache.thrift.TUnion<PartyChange,PartyChange._Fields>
-
getStructDesc
protected org.apache.thrift.protocol.TStruct getStructDesc()- Specified by:
getStructDescin classorg.apache.thrift.TUnion<PartyChange,PartyChange._Fields>
-
enumForId
- Specified by:
enumForIdin classorg.apache.thrift.TUnion<PartyChange,PartyChange._Fields>
-
getFields
-
getFieldMetaData
-
fieldForId
-
getPartyCreated
-
setPartyCreated
-
getPartyBlocking
-
setPartyBlocking
-
getPartySuspension
-
setPartySuspension
-
getShopBlocking
-
setShopBlocking
-
getShopSuspension
-
setShopSuspension
-
getWalletBlocking
-
setWalletBlocking
-
getWalletSuspension
-
setWalletSuspension
-
getClaimCreated
-
setClaimCreated
-
getClaimStatusChanged
-
setClaimStatusChanged
-
getClaimUpdated
-
setClaimUpdated
-
getPartyMetaSet
-
setPartyMetaSet
-
getPartyMetaRemoved
-
setPartyMetaRemoved
-
getRevisionChanged
-
setRevisionChanged
-
isSetPartyCreated
public boolean isSetPartyCreated() -
isSetPartyBlocking
public boolean isSetPartyBlocking() -
isSetPartySuspension
public boolean isSetPartySuspension() -
isSetShopBlocking
public boolean isSetShopBlocking() -
isSetShopSuspension
public boolean isSetShopSuspension() -
isSetWalletBlocking
public boolean isSetWalletBlocking() -
isSetWalletSuspension
public boolean isSetWalletSuspension() -
isSetClaimCreated
public boolean isSetClaimCreated() -
isSetClaimStatusChanged
public boolean isSetClaimStatusChanged() -
isSetClaimUpdated
public boolean isSetClaimUpdated() -
isSetPartyMetaSet
public boolean isSetPartyMetaSet() -
isSetPartyMetaRemoved
public boolean isSetPartyMetaRemoved() -
isSetRevisionChanged
public boolean isSetRevisionChanged() -
equals
-
equals
-
compareTo
-
hashCode
public int hashCode()
-