Class AccountingJournalResult
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AccountingJournalResult
-
public class AccountingJournalResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountingJournalResult.Builder
-
Constructor Summary
Constructors Constructor Description AccountingJournalResult()AccountingJournalResult(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalResultData> 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 AccountingJournalResult.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<AccountingJournalResultData>data()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.util.List<RawResponse>>raw()java.lang.StringtoString()AccountingJournalResultwithData(AccountingJournalResultData data)AccountingJournalResultwithData(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalResultData> data)AccountingJournalResultwithRaw(java.util.List<RawResponse> raw)AccountingJournalResultwithRaw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
-
-
Constructor Detail
-
AccountingJournalResult
public AccountingJournalResult(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalResultData> data, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
AccountingJournalResult
public AccountingJournalResult()
-
-
Method Detail
-
data
public org.openapitools.jackson.nullable.JsonNullable<AccountingJournalResultData> data()
-
raw
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<RawResponse>> raw()
-
builder
public static AccountingJournalResult.Builder builder()
-
withData
public AccountingJournalResult withData(AccountingJournalResultData data)
-
withData
public AccountingJournalResult withData(org.openapitools.jackson.nullable.JsonNullable<? extends AccountingJournalResultData> data)
-
withRaw
public AccountingJournalResult withRaw(java.util.List<RawResponse> raw)
-
withRaw
public AccountingJournalResult 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
-
-