Class AccountRole
java.lang.Object
com.liferay.headless.commerce.admin.account.dto.v1_0.AccountRole
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
@DecimalMin("0") Long
getTitle()
int
hashCode()
void
setDescription
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> descriptionUnsafeSupplier) void
setDescription
(Map<String, String> description) void
void
void
void
void
setTitle
(com.liferay.petra.function.UnsafeSupplier<Map<String, String>, Exception> titleUnsafeSupplier) void
static AccountRole
toString()
static AccountRole
unsafeToDTO
(String json)
-
Field Details
-
description
-
name
-
roleId
-
title
-
xClassName
-
-
Constructor Details
-
AccountRole
public AccountRole()
-
-
Method Details