Class Meta

java.lang.Object
com.liferay.scim.rest.dto.v1_0.Meta
All Implemented Interfaces:
Serializable

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

    • created

      protected Date created
    • lastModified

      protected Date lastModified
    • location

      protected String location
    • resourceType

      protected String resourceType
    • version

      protected String version
    • xClassName

      public String xClassName
  • Constructor Details

    • Meta

      public Meta()
  • Method Details

    • toDTO

      public static Meta toDTO(String json)
    • unsafeToDTO

      public static Meta unsafeToDTO(String json)
    • getCreated

      public Date getCreated()
    • setCreated

      public void setCreated(Date created)
    • setCreated

      public void setCreated(com.liferay.petra.function.UnsafeSupplier<Date,Exception> createdUnsafeSupplier)
    • getLastModified

      public Date getLastModified()
    • setLastModified

      public void setLastModified(Date lastModified)
    • setLastModified

      public void setLastModified(com.liferay.petra.function.UnsafeSupplier<Date,Exception> lastModifiedUnsafeSupplier)
    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • setLocation

      public void setLocation(com.liferay.petra.function.UnsafeSupplier<String,Exception> locationUnsafeSupplier)
    • getResourceType

      public String getResourceType()
    • setResourceType

      public void setResourceType(String resourceType)
    • setResourceType

      public void setResourceType(com.liferay.petra.function.UnsafeSupplier<String,Exception> resourceTypeUnsafeSupplier)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • setVersion

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