Class WorkflowIds


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.7.0")
    public class WorkflowIds
    extends Object
    Workflow ID list
    • Constructor Detail

      • WorkflowIds

        public WorkflowIds()
    • Method Detail

      • getName

        @Nullable
        public String getName()
        The name of this workflow
        Returns:
        name
      • setName

        public void setName​(String name)
      • getDescription

        @Nullable
        public String getDescription()
        Workflow description
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • hashCode

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

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates the JSON Element and throws an exception if issues found
        Parameters:
        jsonElement - JSON Element
        Throws:
        IOException - if the JSON Element is invalid with respect to WorkflowIds
      • fromJson

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

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