Class MessagingCodeResponse


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2023-02-21T09:43:53.001100-05:00[America/New_York]")
    public class MessagingCodeResponse
    extends Object
    MessagingCodeResponse
    • Constructor Detail

      • MessagingCodeResponse

        public MessagingCodeResponse()
    • Method Detail

      • getMessageId

        @Nullable
        public String getMessageId()
        Messaging API Message ID.
        Returns:
        messageId
      • setMessageId

        public void setMessageId​(String messageId)
      • hashCode

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

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to MessagingCodeResponse
      • fromJson

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

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