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.19.0)",
date="2024-08-02")
public class InvoicePaymentRouteChanged
extends Object
implements org.apache.thrift.TBase<InvoicePaymentRouteChanged,InvoicePaymentRouteChanged._Fields>, Serializable, Cloneable, Comparable<InvoicePaymentRouteChanged>
Событие об изменении маршрута обработки платежа.
- 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<InvoicePaymentRouteChanged._Fields,org.apache.thrift.meta_data.FieldMetaData> Выбранный маршрут обработки платежа. -
Constructor Summary
ConstructorsConstructorDescriptionPerforms a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToCandidates(PaymentRoute elem) voidclear()intdeepCopy()booleanbooleanfieldForId(int fieldId) intMap<InvoicePaymentRouteChanged._Fields,org.apache.thrift.meta_data.FieldMetaData> intgetRoute()Выбранный маршрут обработки платежа.intinthashCode()booleanReturns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field candidates is set (has been assigned a value) and false otherwisebooleanReturns true if field limits is set (has been assigned a value) and false otherwisebooleanReturns true if field route is set (has been assigned a value) and false otherwisebooleanReturns true if field scores is set (has been assigned a value) and false otherwisevoidputToLimits(PaymentRoute key, List<TurnoverLimitValue> val) voidputToScores(PaymentRoute key, PaymentRouteScores val) voidread(org.apache.thrift.protocol.TProtocol iprot) setCandidates(Set<PaymentRoute> candidates) voidsetCandidatesIsSet(boolean value) voidsetFieldValue(InvoicePaymentRouteChanged._Fields field, Object value) setLimits(Map<PaymentRoute, List<TurnoverLimitValue>> limits) voidsetLimitsIsSet(boolean value) setRoute(PaymentRoute route) Выбранный маршрут обработки платежа.voidsetRouteIsSet(boolean value) setScores(Map<PaymentRoute, PaymentRouteScores> scores) voidsetScoresIsSet(boolean value) toString()voidvoidvoidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
route
Выбранный маршрут обработки платежа. -
candidates
-
scores
-
limits
-
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) -
getScoresSize
public int getScoresSize() -
putToScores
-
getScores
-
setScores
-
unsetScores
public void unsetScores() -
isSetScores
public boolean isSetScores()Returns true if field scores is set (has been assigned a value) and false otherwise -
setScoresIsSet
public void setScoresIsSet(boolean value) -
getLimitsSize
public int getLimitsSize() -
putToLimits
-
getLimits
-
setLimits
-
unsetLimits
public void unsetLimits() -
isSetLimits
public boolean isSetLimits()Returns true if field limits is set (has been assigned a value) and false otherwise -
setLimitsIsSet
public void setLimitsIsSet(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
-