public class MosaicRestrictionSearchCriteria extends SearchCriteria<MosaicRestrictionSearchCriteria>
MosaicRestriction
Constructor and Description |
---|
MosaicRestrictionSearchCriteria() |
Modifier and Type | Method and Description |
---|---|
MosaicRestrictionSearchCriteria |
entryType(MosaicRestrictionEntryType entryType) |
boolean |
equals(java.lang.Object o) |
MosaicRestrictionEntryType |
getEntryType() |
MosaicId |
getMosaicId() |
Address |
getTargetAddress() |
int |
hashCode() |
MosaicRestrictionSearchCriteria |
mosaicId(MosaicId mosaicId) |
void |
setEntryType(MosaicRestrictionEntryType entryType) |
void |
setMosaicId(MosaicId mosaicId) |
void |
setTargetAddress(Address targetAddress) |
MosaicRestrictionSearchCriteria |
targetAddress(Address targetAddress) |
getOffset, getOrder, getPageNumber, getPageSize, offset, order, pageNumber, pageSize, setOffset, setOrder, setPageNumber, setPageSize
public MosaicId getMosaicId()
public void setMosaicId(MosaicId mosaicId)
public MosaicRestrictionEntryType getEntryType()
public MosaicRestrictionSearchCriteria mosaicId(MosaicId mosaicId)
public void setEntryType(MosaicRestrictionEntryType entryType)
public MosaicRestrictionSearchCriteria entryType(MosaicRestrictionEntryType entryType)
public Address getTargetAddress()
public void setTargetAddress(Address targetAddress)
public MosaicRestrictionSearchCriteria targetAddress(Address targetAddress)
public boolean equals(java.lang.Object o)
equals
in class SearchCriteria<MosaicRestrictionSearchCriteria>
public int hashCode()
hashCode
in class SearchCriteria<MosaicRestrictionSearchCriteria>