public static class ServiceModel.PostLabAnalysisMethod 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 |
|---|
PostLabAnalysisMethod() |
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.PostLabAnalysisMethod setId(String value)
public String getMethodId()
public ServiceModel.PostLabAnalysisMethod setMethodId(String value)
public String getName()
public ServiceModel.PostLabAnalysisMethod setName(String value)
public String getContext()
public ServiceModel.PostLabAnalysisMethod setContext(String value)
public String getDescription()
public ServiceModel.PostLabAnalysisMethod setDescription(String value)
public List<ServiceModel.ObservedProperty> getObservedProperties()
public ServiceModel.PostLabAnalysisMethod setObservedProperties(List<ServiceModel.ObservedProperty> value)
public List<ServiceModel.ImportHistoryEventSimple> getImportHistoryEventSimples()
public ServiceModel.PostLabAnalysisMethod setImportHistoryEventSimples(List<ServiceModel.ImportHistoryEventSimple> value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PostLabAnalysisMethod setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.AnalysisMethod>Copyright © 2022. All rights reserved.