public class DeleteConfigurationResponse extends GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
DeleteConfigurationResponse.Status
Status of the configuration.
|
Constructor and Description |
---|
DeleteConfigurationResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfigurationId()
Gets the configurationId.
|
java.util.List<Notice> |
getNotices()
Gets the notices.
|
java.lang.String |
getStatus()
Gets the status.
|
void |
setConfigurationId(java.lang.String configurationId)
Sets the configurationId.
|
void |
setNotices(java.util.List<Notice> notices)
Sets the notices.
|
void |
setStatus(java.lang.String status)
Sets the status.
|
equals, hashCode, toString
public java.lang.String getConfigurationId()
public java.lang.String getStatus()
public java.util.List<Notice> getNotices()
public void setConfigurationId(java.lang.String configurationId)
configurationId
- the new configurationIdpublic void setStatus(java.lang.String status)
status
- the new statuspublic void setNotices(java.util.List<Notice> notices)
notices
- the new notices