Class Strategy

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

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

    • name

      protected String name
    • type

      protected String type
    • xClassName

      public String xClassName
  • Constructor Details

    • Strategy

      public Strategy()
  • Method Details

    • toDTO

      public static Strategy toDTO(String json)
    • unsafeToDTO

      public static Strategy unsafeToDTO(String json)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • setName

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