public static class ServiceModel.GetUnitGroups extends Object implements net.servicestack.client.IReturn<ServiceModel.SearchResultUnitGroup>
| Modifier and Type | Field and Description |
|---|---|
String |
CustomId |
Integer |
Limit |
List<String> |
Search |
ServiceModel.GetUnitGroupsSystemCodeType |
SystemCode |
| Constructor and Description |
|---|
GetUnitGroups() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomId() |
Integer |
getLimit() |
Object |
getResponseType() |
List<String> |
getSearch() |
ServiceModel.GetUnitGroupsSystemCodeType |
getSystemCode() |
ServiceModel.GetUnitGroups |
setCustomId(String value) |
ServiceModel.GetUnitGroups |
setLimit(Integer value) |
ServiceModel.GetUnitGroups |
setSearch(List<String> value) |
ServiceModel.GetUnitGroups |
setSystemCode(ServiceModel.GetUnitGroupsSystemCodeType value) |
public String CustomId
public Integer Limit
public ServiceModel.GetUnitGroupsSystemCodeType SystemCode
public String getCustomId()
public ServiceModel.GetUnitGroups setCustomId(String value)
public Integer getLimit()
public ServiceModel.GetUnitGroups setLimit(Integer value)
public ServiceModel.GetUnitGroups setSearch(List<String> value)
public ServiceModel.GetUnitGroupsSystemCodeType getSystemCode()
public ServiceModel.GetUnitGroups setSystemCode(ServiceModel.GetUnitGroupsSystemCodeType value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.SearchResultUnitGroup>Copyright © 2022. All rights reserved.