Package unit.java.sdk.model
Class CheckPayment
- java.lang.Object
-
- unit.java.sdk.model.CheckPayment
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class CheckPayment extends java.lang.ObjectCheckPayment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCheckPayment.TypeEnumGets or Sets type
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_ATTRIBUTESstatic java.lang.StringJSON_PROPERTY_IDstatic java.lang.StringJSON_PROPERTY_RELATIONSHIPSstatic java.lang.StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description CheckPayment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckPaymentattributes(CheckPaymentAttributes attributes)booleanequals(java.lang.Object o)Return true if this CheckPayment object is equal to o.CheckPaymentAttributesgetAttributes()Get attributesjava.lang.StringgetId()Get idCheckPaymentRelationshipsgetRelationships()Get relationshipsCheckPayment.TypeEnumgetType()Get typeinthashCode()CheckPaymentid(java.lang.String id)CheckPaymentrelationships(CheckPaymentRelationships relationships)voidsetAttributes(CheckPaymentAttributes attributes)voidsetId(java.lang.String id)voidsetRelationships(CheckPaymentRelationships relationships)voidsetType(CheckPayment.TypeEnum type)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.CheckPaymenttype(CheckPayment.TypeEnum type)
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final java.lang.String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ID
public static final java.lang.String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ATTRIBUTES
public static final java.lang.String JSON_PROPERTY_ATTRIBUTES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RELATIONSHIPS
public static final java.lang.String JSON_PROPERTY_RELATIONSHIPS
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public CheckPayment type(CheckPayment.TypeEnum type)
-
getType
@Nonnull public CheckPayment.TypeEnum getType()
Get type- Returns:
- type
-
setType
public void setType(CheckPayment.TypeEnum type)
-
id
public CheckPayment id(java.lang.String id)
-
getId
@Nonnull public java.lang.String getId()
Get id- Returns:
- id
-
setId
public void setId(java.lang.String id)
-
attributes
public CheckPayment attributes(CheckPaymentAttributes attributes)
-
getAttributes
@Nonnull public CheckPaymentAttributes getAttributes()
Get attributes- Returns:
- attributes
-
setAttributes
public void setAttributes(CheckPaymentAttributes attributes)
-
relationships
public CheckPayment relationships(CheckPaymentRelationships relationships)
-
getRelationships
@Nonnull public CheckPaymentRelationships getRelationships()
Get relationships- Returns:
- relationships
-
setRelationships
public void setRelationships(CheckPaymentRelationships relationships)
-
equals
public boolean equals(java.lang.Object o)
Return true if this CheckPayment 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
-
-