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