public static class ServiceModel.PostSamplingLocationGroup 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 |
|---|
PostSamplingLocationGroup() |
public String Id
public String Name
public String Description
public ServiceModel.LocationGroupType LocationGroupType
public ServiceModel.AuditAttributes AuditAttributes
public String getId()
public ServiceModel.PostSamplingLocationGroup setId(String value)
public String getName()
public ServiceModel.PostSamplingLocationGroup setName(String value)
public String getDescription()
public ServiceModel.PostSamplingLocationGroup setDescription(String value)
public ServiceModel.LocationGroupType getLocationGroupType()
public ServiceModel.PostSamplingLocationGroup setLocationGroupType(ServiceModel.LocationGroupType value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PostSamplingLocationGroup setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.SamplingLocationGroup>Copyright © 2022. All rights reserved.