@Generated(value="")
public class AccountInformation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected com.liferay.account.rest.dto.v1_0.Account[] |
accounts |
protected java.lang.Integer |
count |
java.lang.String |
xClassName |
Constructor and Description |
---|
AccountInformation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
@Valid com.liferay.account.rest.dto.v1_0.Account[] |
getAccounts() |
java.lang.Integer |
getCount() |
int |
hashCode() |
void |
setAccounts(com.liferay.account.rest.dto.v1_0.Account[] accounts) |
void |
setAccounts(com.liferay.petra.function.UnsafeSupplier<com.liferay.account.rest.dto.v1_0.Account[],java.lang.Exception> accountsUnsafeSupplier) |
void |
setCount(java.lang.Integer count) |
void |
setCount(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> countUnsafeSupplier) |
static AccountInformation |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
protected com.liferay.account.rest.dto.v1_0.Account[] accounts
protected java.lang.Integer count
public java.lang.String xClassName
public static AccountInformation toDTO(java.lang.String json)
@Valid public @Valid com.liferay.account.rest.dto.v1_0.Account[] getAccounts()
public void setAccounts(com.liferay.account.rest.dto.v1_0.Account[] accounts)
public void setAccounts(com.liferay.petra.function.UnsafeSupplier<com.liferay.account.rest.dto.v1_0.Account[],java.lang.Exception> accountsUnsafeSupplier)
public java.lang.Integer getCount()
public void setCount(java.lang.Integer count)
public void setCount(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> countUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object