Class WorkflowRunShared


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.9.0")
    public class WorkflowRunShared
    extends Object
    WorkflowRunShared
    • Constructor Detail

      • WorkflowRunShared

        public WorkflowRunShared()
    • Method Detail

      • getApplicantId

        @Nonnull
        public UUID getApplicantId()
        The unique identifier for the Applicant.
        Returns:
        applicantId
      • setApplicantId

        public void setApplicantId​(UUID applicantId)
      • getWorkflowId

        @Nonnull
        public UUID getWorkflowId()
        The unique identifier for the Workflow.
        Returns:
        workflowId
      • setWorkflowId

        public void setWorkflowId​(UUID workflowId)
      • getTags

        @Nullable
        public List<String> getTags()
        Tags or labels assigned to the workflow run.
        Returns:
        tags
      • setTags

        public void setTags​(List<String> tags)
      • getCustomerUserId

        @Nullable
        public String getCustomerUserId()
        Customer-provided user identifier.
        Returns:
        customerUserId
      • setCustomerUserId

        public void setCustomerUserId​(String customerUserId)
      • getLink

        @Nullable
        public WorkflowRunLink getLink()
        Object for the configuration of the Workflow Run link.
        Returns:
        link
      • getCreatedAt

        @Nullable
        public OffsetDateTime getCreatedAt()
        The date and time when the Workflow Run was created.
        Returns:
        createdAt
      • setCreatedAt

        public void setCreatedAt​(OffsetDateTime createdAt)
      • getUpdatedAt

        @Nullable
        public OffsetDateTime getUpdatedAt()
        The date and time when the Workflow Run was last updated.
        Returns:
        updatedAt
      • setUpdatedAt

        public void setUpdatedAt​(OffsetDateTime updatedAt)
      • putAdditionalProperty

        public WorkflowRunShared putAdditionalProperty​(String key,
                                                       Object value)
        Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
        Parameters:
        key - name of the property
        value - value of the property
        Returns:
        the WorkflowRunShared instance itself
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
        Return the additional (undeclared) property.
        Returns:
        a map of objects
      • getAdditionalProperty

        public Object getAdditionalProperty​(String key)
        Return the additional (undeclared) property with the specified name.
        Parameters:
        key - name of the property
        Returns:
        an object
      • 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 WorkflowRunShared
      • fromJson

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

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