Package unit.java.sdk.model
Class WirePaymentAllOfAttributes
- java.lang.Object
-
- unit.java.sdk.model.WirePaymentAllOfAttributes
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class WirePaymentAllOfAttributes extends java.lang.ObjectWirePaymentAllOfAttributes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWirePaymentAllOfAttributes.DirectionEnumGets or Sets directionstatic classWirePaymentAllOfAttributes.StatusEnumGets or Sets status
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_AMOUNTstatic java.lang.StringJSON_PROPERTY_COUNTERPARTYstatic java.lang.StringJSON_PROPERTY_CREATED_ATstatic java.lang.StringJSON_PROPERTY_DESCRIPTIONstatic java.lang.StringJSON_PROPERTY_DIRECTIONstatic java.lang.StringJSON_PROPERTY_IMAD_OMADstatic java.lang.StringJSON_PROPERTY_REASONstatic java.lang.StringJSON_PROPERTY_SETTLEMENT_DATEstatic java.lang.StringJSON_PROPERTY_STATUS
-
Constructor Summary
Constructors Constructor Description WirePaymentAllOfAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WirePaymentAllOfAttributesamount(java.lang.Long amount)WirePaymentAllOfAttributescounterparty(WirePaymentCounterparty counterparty)WirePaymentAllOfAttributescreatedAt(java.time.OffsetDateTime createdAt)WirePaymentAllOfAttributesdescription(java.lang.String description)WirePaymentAllOfAttributesdirection(WirePaymentAllOfAttributes.DirectionEnum direction)booleanequals(java.lang.Object o)Return true if this WirePayment_allOf_attributes object is equal to o.java.lang.LonggetAmount()Get amount minimum: 1WirePaymentCounterpartygetCounterparty()Get counterpartyjava.time.OffsetDateTimegetCreatedAt()Get createdAtjava.lang.StringgetDescription()Get descriptionWirePaymentAllOfAttributes.DirectionEnumgetDirection()Get directionWirePaymentAllOfAttributesImadOmadgetImadOmad()Get imadOmadjava.lang.StringgetReason()Get reasonjava.time.LocalDategetSettlementDate()Get settlementDateWirePaymentAllOfAttributes.StatusEnumgetStatus()Get statusinthashCode()WirePaymentAllOfAttributesimadOmad(WirePaymentAllOfAttributesImadOmad imadOmad)WirePaymentAllOfAttributesreason(java.lang.String reason)voidsetAmount(java.lang.Long amount)voidsetCounterparty(WirePaymentCounterparty counterparty)voidsetCreatedAt(java.time.OffsetDateTime createdAt)voidsetDescription(java.lang.String description)voidsetDirection(WirePaymentAllOfAttributes.DirectionEnum direction)voidsetImadOmad(WirePaymentAllOfAttributesImadOmad imadOmad)voidsetReason(java.lang.String reason)voidsetSettlementDate(java.time.LocalDate settlementDate)voidsetStatus(WirePaymentAllOfAttributes.StatusEnum status)WirePaymentAllOfAttributessettlementDate(java.time.LocalDate settlementDate)WirePaymentAllOfAttributesstatus(WirePaymentAllOfAttributes.StatusEnum status)java.lang.StringtoString()java.lang.StringtoUrlQueryString()Convert the instance into URL query string.java.lang.StringtoUrlQueryString(java.lang.String prefix)Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_CREATED_AT
public static final java.lang.String JSON_PROPERTY_CREATED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_AMOUNT
public static final java.lang.String JSON_PROPERTY_AMOUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DIRECTION
public static final java.lang.String JSON_PROPERTY_DIRECTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DESCRIPTION
public static final java.lang.String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COUNTERPARTY
public static final java.lang.String JSON_PROPERTY_COUNTERPARTY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STATUS
public static final java.lang.String JSON_PROPERTY_STATUS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SETTLEMENT_DATE
public static final java.lang.String JSON_PROPERTY_SETTLEMENT_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_REASON
public static final java.lang.String JSON_PROPERTY_REASON
- See Also:
- Constant Field Values
-
JSON_PROPERTY_IMAD_OMAD
public static final java.lang.String JSON_PROPERTY_IMAD_OMAD
- See Also:
- Constant Field Values
-
-
Method Detail
-
createdAt
public WirePaymentAllOfAttributes createdAt(java.time.OffsetDateTime createdAt)
-
getCreatedAt
@Nonnull public java.time.OffsetDateTime getCreatedAt()
Get createdAt- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(java.time.OffsetDateTime createdAt)
-
amount
public WirePaymentAllOfAttributes amount(java.lang.Long amount)
-
getAmount
@Nonnull public java.lang.Long getAmount()
Get amount minimum: 1- Returns:
- amount
-
setAmount
public void setAmount(java.lang.Long amount)
-
direction
public WirePaymentAllOfAttributes direction(WirePaymentAllOfAttributes.DirectionEnum direction)
-
getDirection
@Nonnull public WirePaymentAllOfAttributes.DirectionEnum getDirection()
Get direction- Returns:
- direction
-
setDirection
public void setDirection(WirePaymentAllOfAttributes.DirectionEnum direction)
-
description
public WirePaymentAllOfAttributes description(java.lang.String description)
-
getDescription
@Nonnull public java.lang.String getDescription()
Get description- Returns:
- description
-
setDescription
public void setDescription(java.lang.String description)
-
counterparty
public WirePaymentAllOfAttributes counterparty(WirePaymentCounterparty counterparty)
-
getCounterparty
@Nullable public WirePaymentCounterparty getCounterparty()
Get counterparty- Returns:
- counterparty
-
setCounterparty
public void setCounterparty(WirePaymentCounterparty counterparty)
-
status
public WirePaymentAllOfAttributes status(WirePaymentAllOfAttributes.StatusEnum status)
-
getStatus
@Nonnull public WirePaymentAllOfAttributes.StatusEnum getStatus()
Get status- Returns:
- status
-
setStatus
public void setStatus(WirePaymentAllOfAttributes.StatusEnum status)
-
settlementDate
public WirePaymentAllOfAttributes settlementDate(java.time.LocalDate settlementDate)
-
getSettlementDate
@Nullable public java.time.LocalDate getSettlementDate()
Get settlementDate- Returns:
- settlementDate
-
setSettlementDate
public void setSettlementDate(java.time.LocalDate settlementDate)
-
reason
public WirePaymentAllOfAttributes reason(java.lang.String reason)
-
getReason
@Nullable public java.lang.String getReason()
Get reason- Returns:
- reason
-
setReason
public void setReason(java.lang.String reason)
-
imadOmad
public WirePaymentAllOfAttributes imadOmad(WirePaymentAllOfAttributesImadOmad imadOmad)
-
getImadOmad
@Nullable public WirePaymentAllOfAttributesImadOmad getImadOmad()
Get imadOmad- Returns:
- imadOmad
-
setImadOmad
public void setImadOmad(WirePaymentAllOfAttributesImadOmad imadOmad)
-
equals
public boolean equals(java.lang.Object o)
Return true if this WirePayment_allOf_attributes object is equal to o.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toUrlQueryString
public java.lang.String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
public java.lang.String toUrlQueryString(java.lang.String prefix)
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-
-