Package unit.java.sdk.model
Class GetRepaymentsListFilterParameter
- java.lang.Object
-
- unit.java.sdk.model.GetRepaymentsListFilterParameter
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class GetRepaymentsListFilterParameter extends java.lang.ObjectGetRepaymentsListFilterParameter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetRepaymentsListFilterParameter.StatusEnumGets or Sets statusstatic classGetRepaymentsListFilterParameter.TypeEnumGets or Sets type
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_ACCOUNT_IDstatic java.lang.StringJSON_PROPERTY_CREDIT_ACCOUNT_IDstatic java.lang.StringJSON_PROPERTY_CUSTOMER_IDstatic java.lang.StringJSON_PROPERTY_STATUSstatic java.lang.StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description GetRepaymentsListFilterParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetRepaymentsListFilterParameteraccountId(java.lang.String accountId)GetRepaymentsListFilterParameteraddStatusItem(GetRepaymentsListFilterParameter.StatusEnum statusItem)GetRepaymentsListFilterParameteraddTypeItem(GetRepaymentsListFilterParameter.TypeEnum typeItem)GetRepaymentsListFilterParametercreditAccountId(java.lang.String creditAccountId)GetRepaymentsListFilterParametercustomerId(java.lang.String customerId)booleanequals(java.lang.Object o)Return true if this getRepaymentsList_filter_parameter object is equal to o.java.lang.StringgetAccountId()Get accountIdjava.lang.StringgetCreditAccountId()Get creditAccountIdjava.lang.StringgetCustomerId()Get customerIdjava.util.List<GetRepaymentsListFilterParameter.StatusEnum>getStatus()Get statusjava.util.List<GetRepaymentsListFilterParameter.TypeEnum>getType()Get typeinthashCode()voidsetAccountId(java.lang.String accountId)voidsetCreditAccountId(java.lang.String creditAccountId)voidsetCustomerId(java.lang.String customerId)voidsetStatus(java.util.List<GetRepaymentsListFilterParameter.StatusEnum> status)voidsetType(java.util.List<GetRepaymentsListFilterParameter.TypeEnum> type)GetRepaymentsListFilterParameterstatus(java.util.List<GetRepaymentsListFilterParameter.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.GetRepaymentsListFilterParametertype(java.util.List<GetRepaymentsListFilterParameter.TypeEnum> type)
-
-
-
Field Detail
-
JSON_PROPERTY_ACCOUNT_ID
public static final java.lang.String JSON_PROPERTY_ACCOUNT_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREDIT_ACCOUNT_ID
public static final java.lang.String JSON_PROPERTY_CREDIT_ACCOUNT_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CUSTOMER_ID
public static final java.lang.String JSON_PROPERTY_CUSTOMER_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STATUS
public static final java.lang.String JSON_PROPERTY_STATUS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final java.lang.String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
accountId
public GetRepaymentsListFilterParameter accountId(java.lang.String accountId)
-
getAccountId
@Nullable public java.lang.String getAccountId()
Get accountId- Returns:
- accountId
-
setAccountId
public void setAccountId(java.lang.String accountId)
-
creditAccountId
public GetRepaymentsListFilterParameter creditAccountId(java.lang.String creditAccountId)
-
getCreditAccountId
@Nullable public java.lang.String getCreditAccountId()
Get creditAccountId- Returns:
- creditAccountId
-
setCreditAccountId
public void setCreditAccountId(java.lang.String creditAccountId)
-
customerId
public GetRepaymentsListFilterParameter customerId(java.lang.String customerId)
-
getCustomerId
@Nullable public java.lang.String getCustomerId()
Get customerId- Returns:
- customerId
-
setCustomerId
public void setCustomerId(java.lang.String customerId)
-
status
public GetRepaymentsListFilterParameter status(java.util.List<GetRepaymentsListFilterParameter.StatusEnum> status)
-
addStatusItem
public GetRepaymentsListFilterParameter addStatusItem(GetRepaymentsListFilterParameter.StatusEnum statusItem)
-
getStatus
@Nullable public java.util.List<GetRepaymentsListFilterParameter.StatusEnum> getStatus()
Get status- Returns:
- status
-
setStatus
public void setStatus(java.util.List<GetRepaymentsListFilterParameter.StatusEnum> status)
-
type
public GetRepaymentsListFilterParameter type(java.util.List<GetRepaymentsListFilterParameter.TypeEnum> type)
-
addTypeItem
public GetRepaymentsListFilterParameter addTypeItem(GetRepaymentsListFilterParameter.TypeEnum typeItem)
-
getType
@Nullable public java.util.List<GetRepaymentsListFilterParameter.TypeEnum> getType()
Get type- Returns:
- type
-
setType
public void setType(java.util.List<GetRepaymentsListFilterParameter.TypeEnum> type)
-
equals
public boolean equals(java.lang.Object o)
Return true if this getRepaymentsList_filter_parameter 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
-
-