java.lang.Object
com.liferay.headless.admin.workflow.dto.v1_0.Node
All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • Node

      public Node()
  • Method Details

    • toDTO

      public static Node toDTO(String json)
    • unsafeToDTO

      public static Node 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)
    • getType

      @Valid public @Valid Node.Type getType()
    • getTypeAsString

      public String getTypeAsString()
    • setType

      public void setType(Node.Type type)
    • setType

      public void setType(com.liferay.petra.function.UnsafeSupplier<Node.Type,Exception> typeUnsafeSupplier)
    • 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