Class RecurrentPaymentToolHasCreated
java.lang.Object
dev.vality.damsel.payment_processing.RecurrentPaymentToolHasCreated
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<RecurrentPaymentToolHasCreated>,org.apache.thrift.TBase<RecurrentPaymentToolHasCreated,,RecurrentPaymentToolHasCreated._Fields> org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)",
date="2024-08-02")
public class RecurrentPaymentToolHasCreated
extends Object
implements org.apache.thrift.TBase<RecurrentPaymentToolHasCreated,RecurrentPaymentToolHasCreated._Fields>, Serializable, Cloneable, Comparable<RecurrentPaymentToolHasCreated>
- 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<RecurrentPaymentToolHasCreated._Fields,org.apache.thrift.meta_data.FieldMetaData> Оценка риска платежного средства.Выбранный маршрут обработки платежного средства. -
Constructor Summary
ConstructorsConstructorDescriptionRecurrentPaymentToolHasCreated(RecurrentPaymentTool rec_payment_tool) Performs a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intdeepCopy()booleanbooleanfieldForId(int fieldId) Map<RecurrentPaymentToolHasCreated._Fields,org.apache.thrift.meta_data.FieldMetaData> Оценка риска платежного средства.getRoute()Выбранный маршрут обработки платежного средства.inthashCode()booleanReturns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field rec_payment_tool is set (has been assigned a value) and false otherwisebooleanReturns true if field risk_score is set (has been assigned a value) and false otherwisebooleanReturns true if field route is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot) voidsetFieldValue(RecurrentPaymentToolHasCreated._Fields field, Object value) setRecPaymentTool(RecurrentPaymentTool rec_payment_tool) voidsetRecPaymentToolIsSet(boolean value) setRiskScore(RiskScore risk_score) Оценка риска платежного средства.voidsetRiskScoreIsSet(boolean value) setRoute(PaymentRoute route) Выбранный маршрут обработки платежного средства.voidsetRouteIsSet(boolean value) toString()voidvoidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
rec_payment_tool
-
risk_score
Оценка риска платежного средства.- See Also:
-
route
Выбранный маршрут обработки платежного средства. -
metaDataMap
public static final Map<RecurrentPaymentToolHasCreated._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
RecurrentPaymentToolHasCreated
public RecurrentPaymentToolHasCreated() -
RecurrentPaymentToolHasCreated
-
RecurrentPaymentToolHasCreated
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<RecurrentPaymentToolHasCreated,RecurrentPaymentToolHasCreated._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<RecurrentPaymentToolHasCreated,RecurrentPaymentToolHasCreated._Fields>
-
getRecPaymentTool
-
setRecPaymentTool
-
unsetRecPaymentTool
public void unsetRecPaymentTool() -
isSetRecPaymentTool
public boolean isSetRecPaymentTool()Returns true if field rec_payment_tool is set (has been assigned a value) and false otherwise -
setRecPaymentToolIsSet
public void setRecPaymentToolIsSet(boolean value) -
getRiskScore
Оценка риска платежного средства.- See Also:
-
setRiskScore
Оценка риска платежного средства.- See Also:
-
unsetRiskScore
public void unsetRiskScore() -
isSetRiskScore
public boolean isSetRiskScore()Returns true if field risk_score is set (has been assigned a value) and false otherwise -
setRiskScoreIsSet
public void setRiskScoreIsSet(boolean value) -
getRoute
Выбранный маршрут обработки платежного средства. -
setRoute
Выбранный маршрут обработки платежного средства. -
unsetRoute
public void unsetRoute() -
isSetRoute
public boolean isSetRoute()Returns true if field route is set (has been assigned a value) and false otherwise -
setRouteIsSet
public void setRouteIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<RecurrentPaymentToolHasCreated,RecurrentPaymentToolHasCreated._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<RecurrentPaymentToolHasCreated,RecurrentPaymentToolHasCreated._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<RecurrentPaymentToolHasCreated,RecurrentPaymentToolHasCreated._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<RecurrentPaymentToolHasCreated>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<RecurrentPaymentToolHasCreated,RecurrentPaymentToolHasCreated._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<RecurrentPaymentToolHasCreated,RecurrentPaymentToolHasCreated._Fields>
-
getFieldMetaData
public Map<RecurrentPaymentToolHasCreated._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<RecurrentPaymentToolHasCreated,RecurrentPaymentToolHasCreated._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
-