Package dev.vality.damsel.domain
Class Globals
java.lang.Object
dev.vality.damsel.domain.Globals
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Globals>,org.apache.thrift.TBase<Globals,,Globals._Fields> org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)",
date="2024-08-02")
public class Globals
extends Object
implements org.apache.thrift.TBase<Globals,Globals._Fields>, Serializable, Cloneable, Comparable<Globals>
- 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<Globals._Fields,org.apache.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorsConstructorDescriptionGlobals()Globals(ExternalAccountSetSelector external_account_set) Performs a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidclear()intdeepCopy()booleanbooleanfieldForId(int fieldId) Map<Globals._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldValue(Globals._Fields field) intintinthashCode()booleanisSet(Globals._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field contract_payment_institution_defaults is set (has been assigned a value) and false otherwisebooleanReturns true if field external_account_set is set (has been assigned a value) and false otherwisebooleanReturns true if field identity_providers is set (has been assigned a value) and false otherwisebooleanReturns true if field payment_institutions is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot) setContractPaymentInstitutionDefaults(ContractPaymentInstitutionDefaults contract_payment_institution_defaults) voidsetContractPaymentInstitutionDefaultsIsSet(boolean value) setExternalAccountSet(ExternalAccountSetSelector external_account_set) voidsetExternalAccountSetIsSet(boolean value) voidsetFieldValue(Globals._Fields field, Object value) setIdentityProviders(Set<IdentityProviderRef> identity_providers) voidsetIdentityProvidersIsSet(boolean value) setPaymentInstitutions(Set<PaymentInstitutionRef> payment_institutions) voidsetPaymentInstitutionsIsSet(boolean value) toString()voidvoidvoidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
external_account_set
-
payment_institutions
-
contract_payment_institution_defaults
-
identity_providers
-
metaDataMap
-
-
Constructor Details
-
Globals
public Globals() -
Globals
-
Globals
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<Globals,Globals._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<Globals,Globals._Fields>
-
getExternalAccountSet
-
setExternalAccountSet
-
unsetExternalAccountSet
public void unsetExternalAccountSet() -
isSetExternalAccountSet
public boolean isSetExternalAccountSet()Returns true if field external_account_set is set (has been assigned a value) and false otherwise -
setExternalAccountSetIsSet
public void setExternalAccountSetIsSet(boolean value) -
getPaymentInstitutionsSize
public int getPaymentInstitutionsSize() -
getPaymentInstitutionsIterator
-
addToPaymentInstitutions
-
getPaymentInstitutions
-
setPaymentInstitutions
-
unsetPaymentInstitutions
public void unsetPaymentInstitutions() -
isSetPaymentInstitutions
public boolean isSetPaymentInstitutions()Returns true if field payment_institutions is set (has been assigned a value) and false otherwise -
setPaymentInstitutionsIsSet
public void setPaymentInstitutionsIsSet(boolean value) -
getContractPaymentInstitutionDefaults
-
setContractPaymentInstitutionDefaults
public Globals setContractPaymentInstitutionDefaults(ContractPaymentInstitutionDefaults contract_payment_institution_defaults) -
unsetContractPaymentInstitutionDefaults
public void unsetContractPaymentInstitutionDefaults() -
isSetContractPaymentInstitutionDefaults
public boolean isSetContractPaymentInstitutionDefaults()Returns true if field contract_payment_institution_defaults is set (has been assigned a value) and false otherwise -
setContractPaymentInstitutionDefaultsIsSet
public void setContractPaymentInstitutionDefaultsIsSet(boolean value) -
getIdentityProvidersSize
public int getIdentityProvidersSize() -
getIdentityProvidersIterator
-
addToIdentityProviders
-
getIdentityProviders
-
setIdentityProviders
-
unsetIdentityProviders
public void unsetIdentityProviders() -
isSetIdentityProviders
public boolean isSetIdentityProviders()Returns true if field identity_providers is set (has been assigned a value) and false otherwise -
setIdentityProvidersIsSet
public void setIdentityProvidersIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<Globals,Globals._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<Globals,Globals._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<Globals,Globals._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<Globals>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<Globals,Globals._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<Globals,Globals._Fields>
-
getFieldMetaData
- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<Globals,Globals._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
-