Class DocumentPropertiesDocumentClassification


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.9.0")
    public class DocumentPropertiesDocumentClassification
    extends Object
    DocumentPropertiesDocumentClassification
    • Constructor Detail

      • DocumentPropertiesDocumentClassification

        public DocumentPropertiesDocumentClassification()
    • Method Detail

      • getIssuingCountry

        @Nullable
        public String getIssuingCountry()
        Get issuingCountry
        Returns:
        issuingCountry
      • setIssuingCountry

        public void setIssuingCountry​(String issuingCountry)
      • getDocumentType

        @Nullable
        public String getDocumentType()
        Get documentType
        Returns:
        documentType
      • setDocumentType

        public void setDocumentType​(String documentType)
      • getIssuingState

        @Nullable
        public String getIssuingState()
        Get issuingState
        Returns:
        issuingState
      • setIssuingState

        public void setIssuingState​(String issuingState)
      • putAdditionalProperty

        public DocumentPropertiesDocumentClassification putAdditionalProperty​(String key,
                                                                              Object value)
        Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
        Parameters:
        key - name of the property
        value - value of the property
        Returns:
        the DocumentPropertiesDocumentClassification instance itself
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
        Return the additional (undeclared) property.
        Returns:
        a map of objects
      • getAdditionalProperty

        public Object getAdditionalProperty​(String key)
        Return the additional (undeclared) property with the specified name.
        Parameters:
        key - name of the property
        Returns:
        an object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonElement

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates the JSON Element and throws an exception if issues found
        Parameters:
        jsonElement - JSON Element
        Throws:
        IOException - if the JSON Element is invalid with respect to DocumentPropertiesDocumentClassification
      • fromJson

        public static DocumentPropertiesDocumentClassification fromJson​(String jsonString)
                                                                 throws IOException
        Create an instance of DocumentPropertiesDocumentClassification given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of DocumentPropertiesDocumentClassification
        Throws:
        IOException - if the JSON string is invalid with respect to DocumentPropertiesDocumentClassification
      • toJson

        public String toJson()
        Convert an instance of DocumentPropertiesDocumentClassification to an JSON string
        Returns:
        JSON string