Class DeleteRulesRequestDelete


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class DeleteRulesRequestDelete
    extends Object
    IDs and values of all deleted user-specified stream filtering rules.
    • Constructor Detail

      • DeleteRulesRequestDelete

        public DeleteRulesRequestDelete()
    • Method Detail

      • getIds

        @Nullable
        public List<String> getIds()
        IDs of all deleted user-specified stream filtering rules.
        Returns:
        ids
      • setIds

        public void setIds​(List<String> ids)
      • getValues

        @Nullable
        public List<String> getValues()
        Values of all deleted user-specified stream filtering rules.
        Returns:
        values
      • setValues

        public void setValues​(List<String> values)
      • 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 DeleteRulesRequestDelete
      • fromJson

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

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