public static class ServiceModel.PutLabAnalysisMethod extends Object implements net.servicestack.client.IReturn<ServiceModel.AnalysisMethod>
| Modifier and Type | Field and Description |
|---|---|
ServiceModel.AuditAttributes |
AuditAttributes |
String |
Context |
String |
Description |
String |
Id |
List<ServiceModel.ImportHistoryEventSimple> |
ImportHistoryEventSimples |
String |
MethodId |
String |
Name |
List<ServiceModel.ObservedProperty> |
ObservedProperties |
| Constructor and Description |
|---|
PutLabAnalysisMethod() |
public String Id
public String MethodId
public String Name
public String Context
public String Description
public List<ServiceModel.ObservedProperty> ObservedProperties
public List<ServiceModel.ImportHistoryEventSimple> ImportHistoryEventSimples
public ServiceModel.AuditAttributes AuditAttributes
public String getId()
public ServiceModel.PutLabAnalysisMethod setId(String value)
public String getMethodId()
public ServiceModel.PutLabAnalysisMethod setMethodId(String value)
public String getName()
public ServiceModel.PutLabAnalysisMethod setName(String value)
public String getContext()
public ServiceModel.PutLabAnalysisMethod setContext(String value)
public String getDescription()
public ServiceModel.PutLabAnalysisMethod setDescription(String value)
public List<ServiceModel.ObservedProperty> getObservedProperties()
public ServiceModel.PutLabAnalysisMethod setObservedProperties(List<ServiceModel.ObservedProperty> value)
public List<ServiceModel.ImportHistoryEventSimple> getImportHistoryEventSimples()
public ServiceModel.PutLabAnalysisMethod setImportHistoryEventSimples(List<ServiceModel.ImportHistoryEventSimple> value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PutLabAnalysisMethod setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.AnalysisMethod>Copyright © 2022. All rights reserved.