@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class StorageUnitNotificationRegistrationUpdateRequest extends Object
| Constructor and Description |
|---|
StorageUnitNotificationRegistrationUpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<JobAction> |
getJobActions()
The list of jobs to execute when this notification is triggered
|
String |
getNotificationRegistrationStatus()
The status of the notification registration.
|
String |
getStorageUnitEventType()
The type of storage unit event in which this notification should trigger.
|
StorageUnitNotificationFilter |
getStorageUnitNotificationFilter()
The filter to use against storage unit events.
|
int |
hashCode() |
void |
setJobActions(List<JobAction> jobActions) |
void |
setNotificationRegistrationStatus(String notificationRegistrationStatus) |
void |
setStorageUnitEventType(String storageUnitEventType) |
void |
setStorageUnitNotificationFilter(StorageUnitNotificationFilter storageUnitNotificationFilter) |
String |
toString() |
public StorageUnitNotificationRegistrationUpdateRequest()
public String getStorageUnitEventType()
public void setStorageUnitEventType(String storageUnitEventType)
public StorageUnitNotificationFilter getStorageUnitNotificationFilter()
public void setStorageUnitNotificationFilter(StorageUnitNotificationFilter storageUnitNotificationFilter)
public List<JobAction> getJobActions()
public String getNotificationRegistrationStatus()
public void setNotificationRegistrationStatus(String notificationRegistrationStatus)
Copyright © 2017. All rights reserved.