Class WebDataExemption


  • public class WebDataExemption
    extends Object
    WebDataExemption
    • Constructor Detail

      • WebDataExemption

        public WebDataExemption()
    • Method Detail

      • reason

        public WebDataExemption reason​(WebDataExemption.ReasonEnum reason)
        The reason why the web data was not provided. Possible value: **noOnlinePresence**.
        Parameters:
        reason -
        Returns:
        the current WebDataExemption instance, allowing for method chaining
      • getReason

        public WebDataExemption.ReasonEnum getReason()
        The reason why the web data was not provided. Possible value: **noOnlinePresence**.
        Returns:
        reason
      • setReason

        public void setReason​(WebDataExemption.ReasonEnum reason)
        The reason why the web data was not provided. Possible value: **noOnlinePresence**.
        Parameters:
        reason -
      • equals

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

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

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

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