public static class ServiceModel.PostUnitGroup extends Object implements net.servicestack.client.IReturn<ServiceModel.UnitGroup>
| Modifier and Type | Field and Description |
|---|---|
ServiceModel.AuditAttributes |
AuditAttributes |
String |
CustomId |
String |
Id |
Boolean |
SupportsConversion |
ServiceModel.UnitGroupSystemCodeType |
SystemCode |
| Constructor and Description |
|---|
PostUnitGroup() |
| Modifier and Type | Method and Description |
|---|---|
ServiceModel.AuditAttributes |
getAuditAttributes() |
String |
getCustomId() |
String |
getId() |
Object |
getResponseType() |
Boolean |
getSupportsConversion() |
ServiceModel.UnitGroupSystemCodeType |
getSystemCode() |
ServiceModel.PostUnitGroup |
setAuditAttributes(ServiceModel.AuditAttributes value) |
ServiceModel.PostUnitGroup |
setCustomId(String value) |
ServiceModel.PostUnitGroup |
setId(String value) |
ServiceModel.PostUnitGroup |
setSupportsConversion(Boolean value) |
ServiceModel.PostUnitGroup |
setSystemCode(ServiceModel.UnitGroupSystemCodeType value) |
public String Id
public String CustomId
public Boolean SupportsConversion
public ServiceModel.UnitGroupSystemCodeType SystemCode
public ServiceModel.AuditAttributes AuditAttributes
public String getId()
public ServiceModel.PostUnitGroup setId(String value)
public String getCustomId()
public ServiceModel.PostUnitGroup setCustomId(String value)
public Boolean getSupportsConversion()
public ServiceModel.PostUnitGroup setSupportsConversion(Boolean value)
public ServiceModel.UnitGroupSystemCodeType getSystemCode()
public ServiceModel.PostUnitGroup setSystemCode(ServiceModel.UnitGroupSystemCodeType value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PostUnitGroup setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.UnitGroup>Copyright © 2022. All rights reserved.