Class AccountRole

java.lang.Object
com.liferay.headless.admin.user.dto.v1_0.AccountRole
All Implemented Interfaces:
Serializable

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

    • accountId

      protected Long accountId
    • description

      protected String description
    • displayName

      protected String displayName
    • externalReferenceCode

      protected String externalReferenceCode
    • id

      protected Long id
    • name

      protected String name
    • roleId

      protected Long roleId
    • xClassName

      public String xClassName
  • Constructor Details

    • AccountRole

      public AccountRole()
  • Method Details

    • toDTO

      public static AccountRole toDTO(String json)
    • unsafeToDTO

      public static AccountRole unsafeToDTO(String json)
    • getAccountId

      public Long getAccountId()
    • setAccountId

      public void setAccountId(Long accountId)
    • setAccountId

      public void setAccountId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> accountIdUnsafeSupplier)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • setDescription

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

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • setDisplayName

      public void setDisplayName(com.liferay.petra.function.UnsafeSupplier<String,Exception> displayNameUnsafeSupplier)
    • getExternalReferenceCode

      public String getExternalReferenceCode()
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
    • setExternalReferenceCode

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

      public Long getRoleId()
    • setRoleId

      public void setRoleId(Long roleId)
    • setRoleId

      public void setRoleId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> roleIdUnsafeSupplier)
    • 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