public static class ServiceModel.PutLaboratory 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 |
|---|
PutLaboratory() |
| 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.PutLaboratory |
setAddress(String value) |
ServiceModel.PutLaboratory |
setAuditAttributes(ServiceModel.AuditAttributes value) |
ServiceModel.PutLaboratory |
setCustomId(String value) |
ServiceModel.PutLaboratory |
setDescription(String value) |
ServiceModel.PutLaboratory |
setEmailAddress(String value) |
ServiceModel.PutLaboratory |
setId(String value) |
ServiceModel.PutLaboratory |
setName(String value) |
ServiceModel.PutLaboratory |
setPhoneNumber(String value) |
ServiceModel.PutLaboratory |
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.PutLaboratory setId(String value)
public String getCustomId()
public ServiceModel.PutLaboratory setCustomId(String value)
public String getName()
public ServiceModel.PutLaboratory setName(String value)
public String getDescription()
public ServiceModel.PutLaboratory setDescription(String value)
public String getAddress()
public ServiceModel.PutLaboratory setAddress(String value)
public String getPointOfContact()
public ServiceModel.PutLaboratory setPointOfContact(String value)
public String getEmailAddress()
public ServiceModel.PutLaboratory setEmailAddress(String value)
public String getPhoneNumber()
public ServiceModel.PutLaboratory setPhoneNumber(String value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PutLaboratory setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.Laboratory>Copyright © 2022. All rights reserved.