public static class ServiceModel.GetLabAnalysisMethods extends Object implements net.servicestack.client.IReturn<ServiceModel.SearchResultAnalysisMethod>
| Modifier and Type | Field and Description |
|---|---|
String |
Context |
Integer |
Limit |
List<String> |
ObservedPropertyIds |
List<String> |
Search |
| Constructor and Description |
|---|
GetLabAnalysisMethods() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext() |
Integer |
getLimit() |
List<String> |
getObservedPropertyIds() |
Object |
getResponseType() |
List<String> |
getSearch() |
ServiceModel.GetLabAnalysisMethods |
setContext(String value) |
ServiceModel.GetLabAnalysisMethods |
setLimit(Integer value) |
ServiceModel.GetLabAnalysisMethods |
setObservedPropertyIds(List<String> value) |
ServiceModel.GetLabAnalysisMethods |
setSearch(List<String> value) |
public String getContext()
public ServiceModel.GetLabAnalysisMethods setContext(String value)
public Integer getLimit()
public ServiceModel.GetLabAnalysisMethods setLimit(Integer value)
public ServiceModel.GetLabAnalysisMethods setObservedPropertyIds(List<String> value)
public ServiceModel.GetLabAnalysisMethods setSearch(List<String> value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.SearchResultAnalysisMethod>Copyright © 2022. All rights reserved.