Class AccountingAccountResult
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingAccountResult
-
public class AccountingAccountResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountingAccountResult.Builder
-
Constructor Summary
Constructors Constructor Description AccountingAccountResult()AccountingAccountResult(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultData> data, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountingAccountResult.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<AccountingAccountResultData>data()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.util.List<RawResponse>>raw()java.lang.StringtoString()AccountingAccountResultwithData(AccountingAccountResultData data)AccountingAccountResultwithData(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultData> data)AccountingAccountResultwithRaw(java.util.List<RawResponse> raw)AccountingAccountResultwithRaw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
-
-
Constructor Detail
-
AccountingAccountResult
public AccountingAccountResult(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultData> data, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
AccountingAccountResult
public AccountingAccountResult()
-
-
Method Detail
-
data
public org.openapitools.jackson.nullable.JsonNullable<AccountingAccountResultData> data()
-
raw
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<RawResponse>> raw()
-
builder
public static AccountingAccountResult.Builder builder()
-
withData
public AccountingAccountResult withData(AccountingAccountResultData data)
-
withData
public AccountingAccountResult withData(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultData> data)
-
withRaw
public AccountingAccountResult withRaw(java.util.List<RawResponse> raw)
-
withRaw
public AccountingAccountResult withRaw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
equals
public boolean equals(java.lang.Object 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
-
-