@Generated(value="org.jsonschema2pojo") public class StoragePath extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
StoragePath.StorageTargetType |
| Constructor and Description |
|---|
StoragePath() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Integer |
getConnectionId()
(Required)
|
Boolean |
getIsEnabled()
(Required)
|
String |
getStatus() |
List<String> |
getStorageTargets() |
StoragePath.StorageTargetType |
getStorageTargetType() |
int |
hashCode() |
void |
setConnectionId(Integer connectionId)
(Required)
|
void |
setIsEnabled(Boolean isEnabled)
(Required)
|
void |
setStatus(String status) |
void |
setStorageTargets(List<String> storageTargets) |
void |
setStorageTargetType(StoragePath.StorageTargetType storageTargetType) |
String |
toString() |
public void setStorageTargets(List<String> storageTargets)
storageTargets - The storageTargetspublic StoragePath.StorageTargetType getStorageTargetType()
public void setStorageTargetType(StoragePath.StorageTargetType storageTargetType)
storageTargetType - The storageTargetTypepublic Integer getConnectionId()
public void setConnectionId(Integer connectionId)
connectionId - The connectionIdpublic Boolean getIsEnabled()
public void setIsEnabled(Boolean isEnabled)
isEnabled - The isEnabledpublic String getStatus()
public void setStatus(String status)
status - The statusCopyright © 2016. All rights reserved.