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

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

  • Constructor Details

    • Index

      public Index()
  • Method Details

    • toDTO

      public static Index toDTO(String json)
    • unsafeToDTO

      public static Index unsafeToDTO(String json)
    • getGroup

      @Valid public @Valid Index.Group getGroup()
    • getGroupAsString

      public String getGroupAsString()
    • setGroup

      public void setGroup(Index.Group group)
    • setGroup

      public void setGroup(com.liferay.petra.function.UnsafeSupplier<Index.Group,Exception> groupUnsafeSupplier)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • setKey

      public void setKey(com.liferay.petra.function.UnsafeSupplier<String,Exception> keyUnsafeSupplier)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • setLabel

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