public class RegistryResponseType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected RegistryErrorList |
registryErrorList |
protected String |
requestId |
protected SlotListType |
responseSlotList |
protected String |
status |
| Constructor and Description |
|---|
RegistryResponseType() |
| Modifier and Type | Method and Description |
|---|---|
RegistryErrorList |
getRegistryErrorList() |
String |
getRequestId() |
SlotListType |
getResponseSlotList() |
String |
getStatus() |
void |
setRegistryErrorList(RegistryErrorList value) |
void |
setRequestId(String value) |
void |
setResponseSlotList(SlotListType value) |
void |
setStatus(String value) |
protected SlotListType responseSlotList
protected RegistryErrorList registryErrorList
protected String status
protected String requestId
public SlotListType getResponseSlotList()
public void setResponseSlotList(SlotListType value)
public RegistryErrorList getRegistryErrorList()
public void setRegistryErrorList(RegistryErrorList value)
public String getStatus()
public void setStatus(String value)
public String getRequestId()
public void setRequestId(String value)
Copyright © 2020. All rights reserved.