Class AdditionalData
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AdditionalData
-
public class AdditionalData extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdditionalData.Builder
-
Constructor Summary
Constructors Constructor Description AdditionalData()AdditionalData(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends AdditionalDataValue> value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdditionalData.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()The name of the additional data field.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<AdditionalDataValue>value()The value of the additional dataAdditionalDatawithId(java.lang.String id)The name of the additional data field.AdditionalDatawithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The name of the additional data field.AdditionalDatawithRemoteId(java.lang.String remoteId)Provider's unique identifierAdditionalDatawithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierAdditionalDatawithValue(AdditionalDataValue value)The value of the additional dataAdditionalDatawithValue(org.openapitools.jackson.nullable.JsonNullable<? extends AdditionalDataValue> value)The value of the additional data
-
-
-
Constructor Detail
-
AdditionalData
public AdditionalData(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends AdditionalDataValue> value)
-
AdditionalData
public AdditionalData()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
The name of the additional data field. Speak to your Solutions Engineer to understand the id for the specific use case
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
value
public org.openapitools.jackson.nullable.JsonNullable<AdditionalDataValue> value()
The value of the additional data
-
builder
public static AdditionalData.Builder builder()
-
withId
public AdditionalData withId(java.lang.String id)
The name of the additional data field. Speak to your Solutions Engineer to understand the id for the specific use case
-
withId
public AdditionalData withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The name of the additional data field. Speak to your Solutions Engineer to understand the id for the specific use case
-
withRemoteId
public AdditionalData withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public AdditionalData withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withValue
public AdditionalData withValue(AdditionalDataValue value)
The value of the additional data
-
withValue
public AdditionalData withValue(org.openapitools.jackson.nullable.JsonNullable<? extends AdditionalDataValue> value)
The value of the additional data
-
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
-
-