Package unit.java.sdk.model
Class CheckStopPayment
- java.lang.Object
-
- unit.java.sdk.model.CheckStopPayment
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class CheckStopPayment extends java.lang.ObjectCheckStopPayment
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_ATTRIBUTESstatic java.lang.StringJSON_PROPERTY_RELATIONSHIPS
-
Constructor Summary
Constructors Constructor Description CheckStopPayment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckStopPaymentattributes(CheckStopPaymentAttributes attributes)booleanequals(java.lang.Object o)Return true if this CheckStopPayment object is equal to o.CheckStopPaymentAttributesgetAttributes()Get attributesCheckStopPaymentRelationshipsgetRelationships()Get relationshipsinthashCode()CheckStopPaymentrelationships(CheckStopPaymentRelationships relationships)voidsetAttributes(CheckStopPaymentAttributes attributes)voidsetRelationships(CheckStopPaymentRelationships relationships)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_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
-
attributes
public CheckStopPayment attributes(CheckStopPaymentAttributes attributes)
-
getAttributes
@Nullable public CheckStopPaymentAttributes getAttributes()
Get attributes- Returns:
- attributes
-
setAttributes
public void setAttributes(CheckStopPaymentAttributes attributes)
-
relationships
public CheckStopPayment relationships(CheckStopPaymentRelationships relationships)
-
getRelationships
@Nullable public CheckStopPaymentRelationships getRelationships()
Get relationships- Returns:
- relationships
-
setRelationships
public void setRelationships(CheckStopPaymentRelationships relationships)
-
equals
public boolean equals(java.lang.Object o)
Return true if this CheckStopPayment 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
-
-