java.lang.Object
java.lang.Enum<StatusDto>
org.qubership.atp.environments.clients.api.healthcheck.dto.StatusDto
All Implemented Interfaces:
Serializable, Comparable<StatusDto>, java.lang.constant.Constable

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-10-02T09:52:47.021408362Z[Etc/UTC]") public enum StatusDto extends Enum<StatusDto>
Gets or Sets Status
  • Enum Constant Details

    • NOTHING

      public static final StatusDto NOTHING
    • PASS

      public static final StatusDto PASS
    • WARN

      public static final StatusDto WARN
    • FAIL

      public static final StatusDto FAIL
    • MANDATORY_FAIL

      public static final StatusDto MANDATORY_FAIL
  • Method Details

    • values

      public static StatusDto[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static StatusDto valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public String getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<StatusDto>
    • fromValue

      public static StatusDto fromValue(String value)