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

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

    • executionType

      protected String executionType
    • id

      protected String id
    • xClassName

      public String xClassName
  • Constructor Details

    • NodeKey

      public NodeKey()
  • Method Details

    • toDTO

      public static NodeKey toDTO(String json)
    • unsafeToDTO

      public static NodeKey unsafeToDTO(String json)
    • getExecutionType

      public String getExecutionType()
    • setExecutionType

      public void setExecutionType(String executionType)
    • setExecutionType

      public void setExecutionType(com.liferay.petra.function.UnsafeSupplier<String,Exception> executionTypeUnsafeSupplier)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<String,Exception> idUnsafeSupplier)
    • 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