Class FieldSummary
java.lang.Object
com.liferay.analytics.settings.rest.dto.v1_0.FieldSummary
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getOrder()
int
hashCode()
void
setAccount
(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> accountUnsafeSupplier) void
setAccount
(Integer account) void
void
void
void
void
setProduct
(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> productUnsafeSupplier) void
setProduct
(Integer product) static FieldSummary
toString()
static FieldSummary
unsafeToDTO
(String json)
-
Field Details
-
account
-
order
-
people
-
product
-
xClassName
-
-
Constructor Details
-
FieldSummary
public FieldSummary()
-
-
Method Details