Class PartyManagementSrv.ComputePaymentInstitution_args
java.lang.Object
dev.vality.damsel.payment_processing.PartyManagementSrv.ComputePaymentInstitution_args
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<PartyManagementSrv.ComputePaymentInstitution_args>,org.apache.thrift.TBase<PartyManagementSrv.ComputePaymentInstitution_args,,PartyManagementSrv.ComputePaymentInstitution_args._Fields> org.apache.thrift.TSerializable
- Enclosing class:
- PartyManagementSrv
public static class PartyManagementSrv.ComputePaymentInstitution_args
extends Object
implements org.apache.thrift.TBase<PartyManagementSrv.ComputePaymentInstitution_args,PartyManagementSrv.ComputePaymentInstitution_args._Fields>, Serializable, Cloneable, Comparable<PartyManagementSrv.ComputePaymentInstitution_args>
- 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 TypeFieldDescriptionlongstatic final Map<PartyManagementSrv.ComputePaymentInstitution_args._Fields,org.apache.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorsConstructorDescriptionComputePaymentInstitution_args(PaymentInstitutionRef ref, long domain_revision, Varset varset) Performs a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intdeepCopy()booleanbooleanfieldForId(int fieldId) longMap<PartyManagementSrv.ComputePaymentInstitution_args._Fields,org.apache.thrift.meta_data.FieldMetaData> getRef()inthashCode()booleanReturns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field domain_revision is set (has been assigned a value) and false otherwisebooleanisSetRef()Returns true if field ref is set (has been assigned a value) and false otherwisebooleanReturns true if field varset is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot) setDomainRevision(long domain_revision) voidsetDomainRevisionIsSet(boolean value) voidvoidsetRefIsSet(boolean value) voidsetVarsetIsSet(boolean value) toString()voidvoidunsetRef()voidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
ref
-
domain_revision
public long domain_revision -
varset
-
metaDataMap
public static final Map<PartyManagementSrv.ComputePaymentInstitution_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
ComputePaymentInstitution_args
public ComputePaymentInstitution_args() -
ComputePaymentInstitution_args
public ComputePaymentInstitution_args(PaymentInstitutionRef ref, long domain_revision, Varset varset) -
ComputePaymentInstitution_args
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<PartyManagementSrv.ComputePaymentInstitution_args,PartyManagementSrv.ComputePaymentInstitution_args._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<PartyManagementSrv.ComputePaymentInstitution_args,PartyManagementSrv.ComputePaymentInstitution_args._Fields>
-
getRef
-
setRef
-
unsetRef
public void unsetRef() -
isSetRef
public boolean isSetRef()Returns true if field ref is set (has been assigned a value) and false otherwise -
setRefIsSet
public void setRefIsSet(boolean value) -
getDomainRevision
public long getDomainRevision() -
setDomainRevision
-
unsetDomainRevision
public void unsetDomainRevision() -
isSetDomainRevision
public boolean isSetDomainRevision()Returns true if field domain_revision is set (has been assigned a value) and false otherwise -
setDomainRevisionIsSet
public void setDomainRevisionIsSet(boolean value) -
getVarset
-
setVarset
-
unsetVarset
public void unsetVarset() -
isSetVarset
public boolean isSetVarset()Returns true if field varset is set (has been assigned a value) and false otherwise -
setVarsetIsSet
public void setVarsetIsSet(boolean value) -
setFieldValue
public void setFieldValue(PartyManagementSrv.ComputePaymentInstitution_args._Fields field, Object value) - Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<PartyManagementSrv.ComputePaymentInstitution_args,PartyManagementSrv.ComputePaymentInstitution_args._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<PartyManagementSrv.ComputePaymentInstitution_args,PartyManagementSrv.ComputePaymentInstitution_args._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<PartyManagementSrv.ComputePaymentInstitution_args,PartyManagementSrv.ComputePaymentInstitution_args._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<PartyManagementSrv.ComputePaymentInstitution_args>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<PartyManagementSrv.ComputePaymentInstitution_args,PartyManagementSrv.ComputePaymentInstitution_args._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<PartyManagementSrv.ComputePaymentInstitution_args,PartyManagementSrv.ComputePaymentInstitution_args._Fields>
-
getFieldMetaData
public Map<PartyManagementSrv.ComputePaymentInstitution_args._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<PartyManagementSrv.ComputePaymentInstitution_args,PartyManagementSrv.ComputePaymentInstitution_args._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException - Specified by:
readin interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException - Specified by:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-