public static class ServiceModel.PutActivityTemplate extends Object implements net.servicestack.client.IReturn<ServiceModel.ActivityTemplate>
| Constructor and Description |
|---|
PutActivityTemplate() |
public String Id
public List<ServiceModel.SpecimenTemplate> SpecimenTemplates
public String CustomId
public ServiceModel.ActivityTemplateType Type
public String Comment
public ServiceModel.MediumType Medium
public ServiceModel.Quantity Depth
public ServiceModel.CollectionMethod CollectionMethod
public ServiceModel.AuditAttributes AuditAttributes
public String getId()
public ServiceModel.PutActivityTemplate setId(String value)
public List<ServiceModel.SpecimenTemplate> getSpecimenTemplates()
public ServiceModel.PutActivityTemplate setSpecimenTemplates(List<ServiceModel.SpecimenTemplate> value)
public String getCustomId()
public ServiceModel.PutActivityTemplate setCustomId(String value)
public ServiceModel.ActivityTemplateType getType()
public ServiceModel.PutActivityTemplate setType(ServiceModel.ActivityTemplateType value)
public String getComment()
public ServiceModel.PutActivityTemplate setComment(String value)
public ServiceModel.MediumType getMedium()
public ServiceModel.PutActivityTemplate setMedium(ServiceModel.MediumType value)
public ServiceModel.Quantity getDepth()
public ServiceModel.PutActivityTemplate setDepth(ServiceModel.Quantity value)
public ServiceModel.CollectionMethod getCollectionMethod()
public ServiceModel.PutActivityTemplate setCollectionMethod(ServiceModel.CollectionMethod value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PutActivityTemplate setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.ActivityTemplate>Copyright © 2022. All rights reserved.