Class GeneratePciDescriptionRequest


  • public class GeneratePciDescriptionRequest
    extends Object
    GeneratePciDescriptionRequest
    • Constructor Detail

      • GeneratePciDescriptionRequest

        public GeneratePciDescriptionRequest()
    • Method Detail

      • getLanguage

        public String getLanguage()
        Sets the language of the PCI questionnaire. Its value is a two-character [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) language code, for example, **en**.
        Returns:
        language
      • setLanguage

        public void setLanguage​(String language)
      • equals

        public boolean equals​(Object o)
        Return true if this GeneratePciDescriptionRequest object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

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

        public static GeneratePciDescriptionRequest fromJson​(String jsonString)
                                                      throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of GeneratePciDescriptionRequest given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of GeneratePciDescriptionRequest
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to GeneratePciDescriptionRequest
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of GeneratePciDescriptionRequest to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException