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