public static class ServiceModel.PostLaboratory extends Object implements net.servicestack.client.IReturn<ServiceModel.Laboratory>
| Modifier and Type | Field and Description |
|---|---|
String |
Address |
ServiceModel.AuditAttributes |
AuditAttributes |
String |
CustomId |
String |
Description |
String |
EmailAddress |
String |
Id |
String |
Name |
String |
PhoneNumber |
String |
PointOfContact |
| Constructor and Description |
|---|
PostLaboratory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
ServiceModel.AuditAttributes |
getAuditAttributes() |
String |
getCustomId() |
String |
getDescription() |
String |
getEmailAddress() |
String |
getId() |
String |
getName() |
String |
getPhoneNumber() |
String |
getPointOfContact() |
Object |
getResponseType() |
ServiceModel.PostLaboratory |
setAddress(String value) |
ServiceModel.PostLaboratory |
setAuditAttributes(ServiceModel.AuditAttributes value) |
ServiceModel.PostLaboratory |
setCustomId(String value) |
ServiceModel.PostLaboratory |
setDescription(String value) |
ServiceModel.PostLaboratory |
setEmailAddress(String value) |
ServiceModel.PostLaboratory |
setId(String value) |
ServiceModel.PostLaboratory |
setName(String value) |
ServiceModel.PostLaboratory |
setPhoneNumber(String value) |
ServiceModel.PostLaboratory |
setPointOfContact(String value) |
public String Id
public String CustomId
public String Name
public String Description
public String Address
public String PointOfContact
public String EmailAddress
public String PhoneNumber
public ServiceModel.AuditAttributes AuditAttributes
public String getId()
public ServiceModel.PostLaboratory setId(String value)
public String getCustomId()
public ServiceModel.PostLaboratory setCustomId(String value)
public String getName()
public ServiceModel.PostLaboratory setName(String value)
public String getDescription()
public ServiceModel.PostLaboratory setDescription(String value)
public String getAddress()
public ServiceModel.PostLaboratory setAddress(String value)
public String getPointOfContact()
public ServiceModel.PostLaboratory setPointOfContact(String value)
public String getEmailAddress()
public ServiceModel.PostLaboratory setEmailAddress(String value)
public String getPhoneNumber()
public ServiceModel.PostLaboratory setPhoneNumber(String value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PostLaboratory setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.Laboratory>Copyright © 2022. All rights reserved.