public class TranslationQueryRequest extends PaginateRequest
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
key |
protected String |
locale |
protected String |
scopeId |
protected String |
scopeType |
protected String |
value |
protected String |
valueLike |
protected String |
valueLikeIgnoreCase |
order, size, sort, start
Constructor and Description |
---|
TranslationQueryRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getKey() |
String |
getLocale() |
String |
getScopeId() |
String |
getScopeType() |
String |
getValue() |
String |
getValueLike() |
String |
getValueLikeIgnoreCase() |
void |
setId(String id) |
void |
setKey(String key) |
void |
setLocale(String locale) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setValue(String value) |
void |
setValueLike(String valueLike) |
void |
setValueLikeIgnoreCase(String valueLikeIgnoreCase) |
protected String id
protected String scopeId
protected String scopeType
protected String key
protected String locale
protected String value
protected String valueLike
protected String valueLikeIgnoreCase
public String getId()
public void setId(String id)
public String getScopeId()
public void setScopeId(String scopeId)
public String getScopeType()
public void setScopeType(String scopeType)
public String getKey()
public void setKey(String key)
public String getLocale()
public void setLocale(String locale)
public String getValue()
public void setValue(String value)
public String getValueLike()
public void setValueLike(String valueLike)
public String getValueLikeIgnoreCase()
public void setValueLikeIgnoreCase(String valueLikeIgnoreCase)