Package dev.vality.damsel.domain
Class WithdrawalServiceTerms
java.lang.Object
dev.vality.damsel.domain.WithdrawalServiceTerms
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<WithdrawalServiceTerms>,org.apache.thrift.TBase<WithdrawalServiceTerms,,WithdrawalServiceTerms._Fields> org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)",
date="2024-08-02")
public class WithdrawalServiceTerms
extends Object
implements org.apache.thrift.TBase<WithdrawalServiceTerms,WithdrawalServiceTerms._Fields>, Serializable, Cloneable, Comparable<WithdrawalServiceTerms>
Withdrawal service terms *
- 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<WithdrawalServiceTerms._Fields,org.apache.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorsConstructorDescriptionPerforms a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intcompareTo(WithdrawalServiceTerms other) deepCopy()booleanequals(WithdrawalServiceTerms that) booleanfieldForId(int fieldId) Map<WithdrawalServiceTerms._Fields,org.apache.thrift.meta_data.FieldMetaData> inthashCode()booleanReturns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field attempt_limit is set (has been assigned a value) and false otherwisebooleanReturns true if field cash_flow is set (has been assigned a value) and false otherwisebooleanReturns true if field cash_limit is set (has been assigned a value) and false otherwisebooleanReturns true if field currencies is set (has been assigned a value) and false otherwisebooleanReturns true if field methods is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot) setAttemptLimit(AttemptLimitSelector attempt_limit) voidsetAttemptLimitIsSet(boolean value) setCashFlow(CashFlowSelector cash_flow) voidsetCashFlowIsSet(boolean value) setCashLimit(CashLimitSelector cash_limit) voidsetCashLimitIsSet(boolean value) setCurrencies(CurrencySelector currencies) voidsetCurrenciesIsSet(boolean value) voidsetFieldValue(WithdrawalServiceTerms._Fields field, Object value) setMethods(PaymentMethodSelector methods) voidsetMethodsIsSet(boolean value) toString()voidvoidvoidvoidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
currencies
-
cash_limit
-
cash_flow
-
attempt_limit
-
methods
-
metaDataMap
public static final Map<WithdrawalServiceTerms._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
WithdrawalServiceTerms
public WithdrawalServiceTerms() -
WithdrawalServiceTerms
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<WithdrawalServiceTerms,WithdrawalServiceTerms._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<WithdrawalServiceTerms,WithdrawalServiceTerms._Fields>
-
getCurrencies
-
setCurrencies
-
unsetCurrencies
public void unsetCurrencies() -
isSetCurrencies
public boolean isSetCurrencies()Returns true if field currencies is set (has been assigned a value) and false otherwise -
setCurrenciesIsSet
public void setCurrenciesIsSet(boolean value) -
getCashLimit
-
setCashLimit
-
unsetCashLimit
public void unsetCashLimit() -
isSetCashLimit
public boolean isSetCashLimit()Returns true if field cash_limit is set (has been assigned a value) and false otherwise -
setCashLimitIsSet
public void setCashLimitIsSet(boolean value) -
getCashFlow
-
setCashFlow
-
unsetCashFlow
public void unsetCashFlow() -
isSetCashFlow
public boolean isSetCashFlow()Returns true if field cash_flow is set (has been assigned a value) and false otherwise -
setCashFlowIsSet
public void setCashFlowIsSet(boolean value) -
getAttemptLimit
-
setAttemptLimit
-
unsetAttemptLimit
public void unsetAttemptLimit() -
isSetAttemptLimit
public boolean isSetAttemptLimit()Returns true if field attempt_limit is set (has been assigned a value) and false otherwise -
setAttemptLimitIsSet
public void setAttemptLimitIsSet(boolean value) -
getMethods
-
setMethods
-
unsetMethods
public void unsetMethods() -
isSetMethods
public boolean isSetMethods()Returns true if field methods is set (has been assigned a value) and false otherwise -
setMethodsIsSet
public void setMethodsIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<WithdrawalServiceTerms,WithdrawalServiceTerms._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<WithdrawalServiceTerms,WithdrawalServiceTerms._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<WithdrawalServiceTerms,WithdrawalServiceTerms._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<WithdrawalServiceTerms>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<WithdrawalServiceTerms,WithdrawalServiceTerms._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<WithdrawalServiceTerms,WithdrawalServiceTerms._Fields>
-
getFieldMetaData
public Map<WithdrawalServiceTerms._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<WithdrawalServiceTerms,WithdrawalServiceTerms._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
-