public static class ServiceModel.PutSamplingLocationGroup extends Object implements net.servicestack.client.IReturn<ServiceModel.SamplingLocationGroup>
| Modifier and Type | Field and Description |
|---|---|
ServiceModel.AuditAttributes |
AuditAttributes |
String |
Description |
String |
Id |
ServiceModel.LocationGroupType |
LocationGroupType |
String |
Name |
| Constructor and Description |
|---|
PutSamplingLocationGroup() |
public String Id
public String Name
public String Description
public ServiceModel.LocationGroupType LocationGroupType
public ServiceModel.AuditAttributes AuditAttributes
public String getId()
public ServiceModel.PutSamplingLocationGroup setId(String value)
public String getName()
public ServiceModel.PutSamplingLocationGroup setName(String value)
public String getDescription()
public ServiceModel.PutSamplingLocationGroup setDescription(String value)
public ServiceModel.LocationGroupType getLocationGroupType()
public ServiceModel.PutSamplingLocationGroup setLocationGroupType(ServiceModel.LocationGroupType value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PutSamplingLocationGroup setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.SamplingLocationGroup>Copyright © 2022. All rights reserved.