java.lang.Object
com.liferay.portal.workflow.metrics.rest.dto.v1_0.Transition
All Implemented Interfaces:
Serializable

@Generated("") public class Transition extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • label

      protected String label
    • name

      protected String name
    • xClassName

      public String xClassName
  • Constructor Details

    • Transition

      public Transition()
  • Method Details

    • toDTO

      public static Transition toDTO(String json)
    • unsafeToDTO

      public static Transition unsafeToDTO(String json)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • setLabel

      public void setLabel(com.liferay.petra.function.UnsafeSupplier<String,Exception> labelUnsafeSupplier)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • setName

      public void setName(com.liferay.petra.function.UnsafeSupplier<String,Exception> nameUnsafeSupplier)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object