Class ClearingCode
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ClearingCode
-
public class ClearingCode extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClearingCode.Builder
-
Constructor Summary
Constructors Constructor Description ClearingCode()ClearingCode(org.openapitools.jackson.nullable.JsonNullable<? extends ClearingCodeType> type, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClearingCode.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<ClearingCodeType>type()The type of clearing codeorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>value()The clearing code valueClearingCodewithType(ClearingCodeType type)The type of clearing codeClearingCodewithType(org.openapitools.jackson.nullable.JsonNullable<? extends ClearingCodeType> type)The type of clearing codeClearingCodewithValue(java.lang.String value)The clearing code valueClearingCodewithValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)The clearing code value
-
-
-
Constructor Detail
-
ClearingCode
public ClearingCode(org.openapitools.jackson.nullable.JsonNullable<? extends ClearingCodeType> type, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
-
ClearingCode
public ClearingCode()
-
-
Method Detail
-
type
public org.openapitools.jackson.nullable.JsonNullable<ClearingCodeType> type()
The type of clearing code
-
value
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value()
The clearing code value
-
builder
public static ClearingCode.Builder builder()
-
withType
public ClearingCode withType(ClearingCodeType type)
The type of clearing code
-
withType
public ClearingCode withType(org.openapitools.jackson.nullable.JsonNullable<? extends ClearingCodeType> type)
The type of clearing code
-
withValue
public ClearingCode withValue(java.lang.String value)
The clearing code value
-
withValue
public ClearingCode withValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
The clearing code value
-
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
-
-