public static class ServiceModel.AnalysisMethodSimple extends Object
| Modifier and Type | Field and Description |
|---|---|
ServiceModel.AuditAttributes |
AuditAttributes |
String |
Context |
String |
Description |
String |
Id |
String |
MethodId |
String |
Name |
| Constructor and Description |
|---|
AnalysisMethodSimple() |
| Modifier and Type | Method and Description |
|---|---|
ServiceModel.AuditAttributes |
getAuditAttributes() |
String |
getContext() |
String |
getDescription() |
String |
getId() |
String |
getMethodId() |
String |
getName() |
ServiceModel.AnalysisMethodSimple |
setAuditAttributes(ServiceModel.AuditAttributes value) |
ServiceModel.AnalysisMethodSimple |
setContext(String value) |
ServiceModel.AnalysisMethodSimple |
setDescription(String value) |
ServiceModel.AnalysisMethodSimple |
setId(String value) |
ServiceModel.AnalysisMethodSimple |
setMethodId(String value) |
ServiceModel.AnalysisMethodSimple |
setName(String value) |
public String Id
public String MethodId
public String Name
public String Context
public String Description
public ServiceModel.AuditAttributes AuditAttributes
public String getId()
public ServiceModel.AnalysisMethodSimple setId(String value)
public String getMethodId()
public ServiceModel.AnalysisMethodSimple setMethodId(String value)
public String getName()
public ServiceModel.AnalysisMethodSimple setName(String value)
public String getContext()
public ServiceModel.AnalysisMethodSimple setContext(String value)
public String getDescription()
public ServiceModel.AnalysisMethodSimple setDescription(String value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.AnalysisMethodSimple setAuditAttributes(ServiceModel.AuditAttributes value)
Copyright © 2022. All rights reserved.