Class ListMutateResponseData


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ListMutateResponseData
    extends Object
    ListMutateResponseData
    • Constructor Detail

      • ListMutateResponseData

        public ListMutateResponseData()
    • Method Detail

      • getIsMember

        @Nullable
        public Boolean getIsMember()
        Get isMember
        Returns:
        isMember
      • setIsMember

        public void setIsMember​(Boolean isMember)
      • 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 ListMutateResponseData
      • fromJson

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

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