public class AccountSearchCriteria extends SearchCriteria<AccountSearchCriteria>
Constructor and Description |
---|
AccountSearchCriteria() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
MosaicId |
getMosaicId() |
AccountOrderBy |
getOrderBy() |
int |
hashCode() |
AccountSearchCriteria |
mosaicId(MosaicId mosaicId) |
AccountSearchCriteria |
orderBy(AccountOrderBy orderBy) |
void |
setMosaicId(MosaicId mosaicId) |
void |
setOrderBy(AccountOrderBy orderBy) |
getOffset, getOrder, getPageNumber, getPageSize, offset, order, pageNumber, pageSize, setOffset, setOrder, setPageNumber, setPageSize
public MosaicId getMosaicId()
public AccountOrderBy getOrderBy()
public void setOrderBy(AccountOrderBy orderBy)
public void setMosaicId(MosaicId mosaicId)
public AccountSearchCriteria mosaicId(MosaicId mosaicId)
public AccountSearchCriteria orderBy(AccountOrderBy orderBy)
public boolean equals(java.lang.Object o)
equals
in class SearchCriteria<AccountSearchCriteria>
public int hashCode()
hashCode
in class SearchCriteria<AccountSearchCriteria>