Class CreateRunResponseInner


  • public final class CreateRunResponseInner
    extends Object
    Response body with a run identifier.
    • Constructor Detail

      • CreateRunResponseInner

        public CreateRunResponseInner()
    • Method Detail

      • runId

        public String runId()
        Get the runId property: Identifier of a run.
        Returns:
        the runId value.
      • withRunId

        public CreateRunResponseInner withRunId​(String runId)
        Set the runId property: Identifier of a run.
        Parameters:
        runId - the runId value to set.
        Returns:
        the CreateRunResponseInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.