@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class StoragePolicyUpdateRequest extends Object
| Constructor and Description |
|---|
StoragePolicyUpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getStatus()
The status of the storage policy.
|
StoragePolicyFilter |
getStoragePolicyFilter()
The storage policy filter to be used to select business object data
|
StoragePolicyRule |
getStoragePolicyRule()
Wrapper for the storage policy rule
|
StoragePolicyTransition |
getStoragePolicyTransition()
The storage policy transition
|
int |
hashCode() |
void |
setStatus(String status) |
void |
setStoragePolicyFilter(StoragePolicyFilter storagePolicyFilter) |
void |
setStoragePolicyRule(StoragePolicyRule storagePolicyRule) |
void |
setStoragePolicyTransition(StoragePolicyTransition storagePolicyTransition) |
String |
toString() |
public StoragePolicyRule getStoragePolicyRule()
public void setStoragePolicyRule(StoragePolicyRule storagePolicyRule)
public StoragePolicyFilter getStoragePolicyFilter()
public void setStoragePolicyFilter(StoragePolicyFilter storagePolicyFilter)
public StoragePolicyTransition getStoragePolicyTransition()
public void setStoragePolicyTransition(StoragePolicyTransition storagePolicyTransition)
public String getStatus()
public void setStatus(String status)
Copyright © 2017. All rights reserved.