Package unit.java.sdk.model
Class AccountEndOfDayRelationships
- java.lang.Object
-
- unit.java.sdk.model.AccountEndOfDayRelationships
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class AccountEndOfDayRelationships extends java.lang.ObjectAccountEndOfDayRelationships
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_ACCOUNTstatic java.lang.StringJSON_PROPERTY_CUSTOMER
-
Constructor Summary
Constructors Constructor Description AccountEndOfDayRelationships()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountEndOfDayRelationshipsaccount(AccountRelationship account)AccountEndOfDayRelationshipscustomer(CustomerRelationship customer)booleanequals(java.lang.Object o)Return true if this AccountEndOfDayRelationships object is equal to o.AccountRelationshipgetAccount()Get accountCustomerRelationshipgetCustomer()Get customerinthashCode()voidsetAccount(AccountRelationship account)voidsetCustomer(CustomerRelationship customer)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_CUSTOMER
public static final java.lang.String JSON_PROPERTY_CUSTOMER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ACCOUNT
public static final java.lang.String JSON_PROPERTY_ACCOUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
customer
public AccountEndOfDayRelationships customer(CustomerRelationship customer)
-
getCustomer
@Nonnull public CustomerRelationship getCustomer()
Get customer- Returns:
- customer
-
setCustomer
public void setCustomer(CustomerRelationship customer)
-
account
public AccountEndOfDayRelationships account(AccountRelationship account)
-
getAccount
@Nonnull public AccountRelationship getAccount()
Get account- Returns:
- account
-
setAccount
public void setAccount(AccountRelationship account)
-
equals
public boolean equals(java.lang.Object o)
Return true if this AccountEndOfDayRelationships 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
-
-