public static class ServiceModel.SamplingLocationGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
ServiceModel.AuditAttributes |
AuditAttributes |
String |
Description |
String |
Id |
ServiceModel.LocationGroupType |
LocationGroupType |
String |
Name |
| Constructor and Description |
|---|
SamplingLocationGroup() |
| Modifier and Type | Method and Description |
|---|---|
ServiceModel.AuditAttributes |
getAuditAttributes() |
String |
getDescription() |
String |
getId() |
ServiceModel.LocationGroupType |
getLocationGroupType() |
String |
getName() |
ServiceModel.SamplingLocationGroup |
setAuditAttributes(ServiceModel.AuditAttributes value) |
ServiceModel.SamplingLocationGroup |
setDescription(String value) |
ServiceModel.SamplingLocationGroup |
setId(String value) |
ServiceModel.SamplingLocationGroup |
setLocationGroupType(ServiceModel.LocationGroupType value) |
ServiceModel.SamplingLocationGroup |
setName(String value) |
public String Id
public String Name
public String Description
public ServiceModel.LocationGroupType LocationGroupType
public ServiceModel.AuditAttributes AuditAttributes
public String getId()
public ServiceModel.SamplingLocationGroup setId(String value)
public String getName()
public ServiceModel.SamplingLocationGroup setName(String value)
public String getDescription()
public ServiceModel.SamplingLocationGroup setDescription(String value)
public ServiceModel.LocationGroupType getLocationGroupType()
public ServiceModel.SamplingLocationGroup setLocationGroupType(ServiceModel.LocationGroupType value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.SamplingLocationGroup setAuditAttributes(ServiceModel.AuditAttributes value)
Copyright © 2022. All rights reserved.