Class AdditionalData


  • public class AdditionalData
    extends java.lang.Object
    • 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
      • 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​(org.openapitools.jackson.nullable.JsonNullable<? extends AdditionalDataValue> value)
        The value of the additional data
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object