@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class Storage extends Object
| Constructor and Description |
|---|
Storage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Attribute> |
getAttributes()
Collection of name-value pairs.
|
String |
getName()
Name of Storage
|
String |
getStoragePlatformName()
Name of Storage Platform (eg S3) associated with this Storage
|
int |
hashCode() |
void |
setAttributes(List<Attribute> attributes) |
void |
setName(String name) |
void |
setStoragePlatformName(String storagePlatformName) |
String |
toString() |
public String getName()
public void setName(String name)
public String getStoragePlatformName()
public void setStoragePlatformName(String storagePlatformName)
public List<Attribute> getAttributes()
Copyright © 2017. All rights reserved.