Class InvoicePaymentRouteChanged
java.lang.Object
dev.vality.damsel.payment_processing.InvoicePaymentRouteChanged
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<InvoicePaymentRouteChanged>,org.apache.thrift.TBase<InvoicePaymentRouteChanged,InvoicePaymentRouteChanged._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
date="2022-10-25")
public class InvoicePaymentRouteChanged
extends Object
implements org.apache.thrift.TBase<InvoicePaymentRouteChanged,InvoicePaymentRouteChanged._Fields>, Serializable, Cloneable, Comparable<InvoicePaymentRouteChanged>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInvoicePaymentRouteChanged._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Fields Modifier and Type Field Description Set<PaymentRoute>candidatesstatic Map<InvoicePaymentRouteChanged._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapPaymentRouterouteВыбранный маршрут обработки платежа. -
Constructor Summary
Constructors Constructor Description InvoicePaymentRouteChanged()InvoicePaymentRouteChanged(PaymentRoute route)InvoicePaymentRouteChanged(InvoicePaymentRouteChanged other)Performs a deep copy on other. -
Method Summary
Modifier and Type Method Description voidaddToCandidates(PaymentRoute elem)voidclear()intcompareTo(InvoicePaymentRouteChanged other)InvoicePaymentRouteChangeddeepCopy()booleanequals(InvoicePaymentRouteChanged that)booleanequals(Object that)InvoicePaymentRouteChanged._FieldsfieldForId(int fieldId)Set<PaymentRoute>getCandidates()Iterator<PaymentRoute>getCandidatesIterator()intgetCandidatesSize()Map<InvoicePaymentRouteChanged._Fields,org.apache.thrift.meta_data.FieldMetaData>getFieldMetaData()InvoicePaymentRouteChanged._Fields[]getFields()ObjectgetFieldValue(InvoicePaymentRouteChanged._Fields field)PaymentRoutegetRoute()Выбранный маршрут обработки платежа.inthashCode()booleanisSet(InvoicePaymentRouteChanged._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetCandidates()Returns true if field candidates is set (has been assigned a value) and false otherwisebooleanisSetRoute()Returns true if field route is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)InvoicePaymentRouteChangedsetCandidates(Set<PaymentRoute> candidates)voidsetCandidatesIsSet(boolean value)voidsetFieldValue(InvoicePaymentRouteChanged._Fields field, Object value)InvoicePaymentRouteChangedsetRoute(PaymentRoute route)Выбранный маршрут обработки платежа.voidsetRouteIsSet(boolean value)StringtoString()voidunsetCandidates()voidunsetRoute()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
route
Выбранный маршрут обработки платежа. -
candidates
-
metaDataMap
public static final Map<InvoicePaymentRouteChanged._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
InvoicePaymentRouteChanged
public InvoicePaymentRouteChanged() -
InvoicePaymentRouteChanged
-
InvoicePaymentRouteChanged
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<InvoicePaymentRouteChanged,InvoicePaymentRouteChanged._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<InvoicePaymentRouteChanged,InvoicePaymentRouteChanged._Fields>
-
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) -
getCandidatesSize
public int getCandidatesSize() -
getCandidatesIterator
-
addToCandidates
-
getCandidates
-
setCandidates
-
unsetCandidates
public void unsetCandidates() -
isSetCandidates
public boolean isSetCandidates()Returns true if field candidates is set (has been assigned a value) and false otherwise -
setCandidatesIsSet
public void setCandidatesIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<InvoicePaymentRouteChanged,InvoicePaymentRouteChanged._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<InvoicePaymentRouteChanged,InvoicePaymentRouteChanged._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<InvoicePaymentRouteChanged,InvoicePaymentRouteChanged._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<InvoicePaymentRouteChanged>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<InvoicePaymentRouteChanged,InvoicePaymentRouteChanged._Fields>
-
getFields
- Specified by:
getFieldsin interfaceorg.apache.thrift.TBase<InvoicePaymentRouteChanged,InvoicePaymentRouteChanged._Fields>
-
getFieldMetaData
public Map<InvoicePaymentRouteChanged._Fields,org.apache.thrift.meta_data.FieldMetaData> getFieldMetaData()- Specified by:
getFieldMetaDatain interfaceorg.apache.thrift.TBase<InvoicePaymentRouteChanged,InvoicePaymentRouteChanged._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
-