java.lang.Object
com.liferay.exportimport.rest.dto.v1_0.Scope
All Implemented Interfaces:
Serializable

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

    • key

      protected String key
    • label

      protected String label
    • type

      protected String type
    • xClassName

      public String xClassName
  • Constructor Details

    • Scope

      public Scope()
  • Method Details

    • toDTO

      public static Scope toDTO(String json)
    • unsafeToDTO

      public static Scope unsafeToDTO(String json)
    • 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)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • setType

      public void setType(com.liferay.petra.function.UnsafeSupplier<String,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