Class SiteScope

java.lang.Object
com.liferay.batch.planner.rest.dto.v1_0.SiteScope
All Implemented Interfaces:
Serializable

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

    • label

      protected String label
    • value

      protected Long value
    • xClassName

      public String xClassName
  • Constructor Details

    • SiteScope

      public SiteScope()
  • Method Details

    • toDTO

      public static SiteScope toDTO(String json)
    • unsafeToDTO

      public static SiteScope 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)
    • getValue

      public Long getValue()
    • setValue

      public void setValue(Long value)
    • setValue

      public void setValue(com.liferay.petra.function.UnsafeSupplier<Long,Exception> valueUnsafeSupplier)
    • 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