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

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

    • anyOfGroup

      protected String anyOfGroup
    • description

      protected String description
    • name

      protected String name
    • required

      protected Boolean required
    • type

      protected String type
    • unsupportedFormats

      protected String[] unsupportedFormats
    • xClassName

      public String xClassName
  • Constructor Details

    • Field

      public Field()
  • Method Details

    • toDTO

      public static Field toDTO(String json)
    • unsafeToDTO

      public static Field unsafeToDTO(String json)
    • getAnyOfGroup

      public String getAnyOfGroup()
    • setAnyOfGroup

      public void setAnyOfGroup(String anyOfGroup)
    • setAnyOfGroup

      public void setAnyOfGroup(com.liferay.petra.function.UnsafeSupplier<String,Exception> anyOfGroupUnsafeSupplier)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • setDescription

      public void setDescription(com.liferay.petra.function.UnsafeSupplier<String,Exception> descriptionUnsafeSupplier)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • setName

      public void setName(com.liferay.petra.function.UnsafeSupplier<String,Exception> nameUnsafeSupplier)
    • getRequired

      public Boolean getRequired()
    • setRequired

      public void setRequired(Boolean required)
    • setRequired

      public void setRequired(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> requiredUnsafeSupplier)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • setType

      public void setType(com.liferay.petra.function.UnsafeSupplier<String,Exception> typeUnsafeSupplier)
    • getUnsupportedFormats

      public String[] getUnsupportedFormats()
    • setUnsupportedFormats

      public void setUnsupportedFormats(String[] unsupportedFormats)
    • setUnsupportedFormats

      public void setUnsupportedFormats(com.liferay.petra.function.UnsafeSupplier<String[],Exception> unsupportedFormatsUnsafeSupplier)
    • 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