java.lang.Object
com.liferay.change.tracking.rest.dto.v1_0.CTRemote
All Implemented Interfaces:
Serializable

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

    • actions

      protected Map<String,Map<String,String>> actions
    • clientId

      protected String clientId
    • clientSecret

      protected String clientSecret
    • dateCreated

      protected Date dateCreated
    • dateModified

      protected Date dateModified
    • description

      protected String description
    • id

      protected Long id
    • name

      protected String name
    • ownerName

      protected String ownerName
    • url

      protected String url
    • xClassName

      public String xClassName
  • Constructor Details

    • CTRemote

      public CTRemote()
  • Method Details

    • toDTO

      public static CTRemote toDTO(String json)
    • unsafeToDTO

      public static CTRemote unsafeToDTO(String json)
    • getActions

      @Valid public @Valid Map<String,Map<String,String>> getActions()
    • setActions

      public void setActions(Map<String,Map<String,String>> actions)
    • setActions

      public void setActions(com.liferay.petra.function.UnsafeSupplier<Map<String,Map<String,String>>,Exception> actionsUnsafeSupplier)
    • getClientId

      public String getClientId()
    • setClientId

      public void setClientId(String clientId)
    • setClientId

      public void setClientId(com.liferay.petra.function.UnsafeSupplier<String,Exception> clientIdUnsafeSupplier)
    • getClientSecret

      public String getClientSecret()
    • setClientSecret

      public void setClientSecret(String clientSecret)
    • setClientSecret

      public void setClientSecret(com.liferay.petra.function.UnsafeSupplier<String,Exception> clientSecretUnsafeSupplier)
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • setDateCreated

      public void setDateCreated(com.liferay.petra.function.UnsafeSupplier<Date,Exception> dateCreatedUnsafeSupplier)
    • getDateModified

      public Date getDateModified()
    • setDateModified

      public void setDateModified(Date dateModified)
    • setDateModified

      public void setDateModified(com.liferay.petra.function.UnsafeSupplier<Date,Exception> dateModifiedUnsafeSupplier)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • setDescription

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

      public Long getId()
    • setId

      public void setId(Long id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> idUnsafeSupplier)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • setName

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

      public String getOwnerName()
    • setOwnerName

      public void setOwnerName(String ownerName)
    • setOwnerName

      public void setOwnerName(com.liferay.petra.function.UnsafeSupplier<String,Exception> ownerNameUnsafeSupplier)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • setUrl

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