Class SwitcherDto

java.lang.Object
org.qubership.atp.mia.controllers.api.dto.SwitcherDto

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-09-12T06:34:49.113363471Z[Etc/UTC]") public class SwitcherDto extends Object
SwitcherDto
  • Constructor Details

    • SwitcherDto

      public SwitcherDto()
  • Method Details

    • actionFalse

      public SwitcherDto actionFalse(String actionFalse)
    • getActionFalse

      public String getActionFalse()
      Get actionFalse
      Returns:
      actionFalse
    • setActionFalse

      public void setActionFalse(String actionFalse)
    • actionTrue

      public SwitcherDto actionTrue(String actionTrue)
    • getActionTrue

      public String getActionTrue()
      Get actionTrue
      Returns:
      actionTrue
    • setActionTrue

      public void setActionTrue(String actionTrue)
    • actionType

      public SwitcherDto actionType(String actionType)
    • getActionType

      public String getActionType()
      Get actionType
      Returns:
      actionType
    • setActionType

      public void setActionType(String actionType)
    • display

      public SwitcherDto display(String display)
    • getDisplay

      public String getDisplay()
      Get display
      Returns:
      display
    • setDisplay

      public void setDisplay(String display)
    • name

      public SwitcherDto name(String name)
    • getName

      public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • value

      public SwitcherDto value(Boolean value)
    • getValue

      public Boolean getValue()
      Get value
      Returns:
      value
    • setValue

      public void setValue(Boolean value)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object