@Generated(value="org.jsonschema2pojo") public class StorageShare_ extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StorageShare_.AccessLatency |
static class |
StorageShare_.ServingState |
| Constructor and Description |
|---|
StorageShare_() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
StorageShare_.AccessLatency |
getAccessLatency()
The maximum latency category under normal operating conditions
|
List<String> |
getAccessMode()
The type of access allowed for this share - AccessMode_t (undefined)
|
Map<String,Object> |
getAdditionalProperties() |
Integer |
getDefaultLifeTime()
The default lifetime assigned to a new file
|
List<ExpirationMode> |
getExpirationMode()
Supported file lifetime modes
|
Integer |
getMaximumLifeTime()
The maximum lifetime that can be requested for a file
|
String |
getPath()
A default namespace where files are logically placed when they are stored in this Share
|
String |
getRetentionPolicy()
The quality of data retention - RetentionPolicy_t
|
StorageShare_.ServingState |
getServingState()
How the Share is currently serving jobs
|
String |
getSharingID()
A local identifier common to the set of StorageShares which use the same underling extents
|
List<String> |
getStorageShareCapacityID()
ID of the StorageShareCapacities associated with this share
|
String |
getTag()
An identifier defined by a UserDomain
|
int |
hashCode() |
void |
setAccessLatency(StorageShare_.AccessLatency accessLatency)
The maximum latency category under normal operating conditions
|
void |
setAccessMode(List<String> accessMode)
The type of access allowed for this share - AccessMode_t (undefined)
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setDefaultLifeTime(Integer defaultLifeTime)
The default lifetime assigned to a new file
|
void |
setExpirationMode(List<ExpirationMode> expirationMode)
Supported file lifetime modes
|
void |
setMaximumLifeTime(Integer maximumLifeTime)
The maximum lifetime that can be requested for a file
|
void |
setPath(String path)
A default namespace where files are logically placed when they are stored in this Share
|
void |
setRetentionPolicy(String retentionPolicy)
The quality of data retention - RetentionPolicy_t
|
void |
setServingState(StorageShare_.ServingState servingState)
How the Share is currently serving jobs
|
void |
setSharingID(String sharingID)
A local identifier common to the set of StorageShares which use the same underling extents
|
void |
setStorageShareCapacityID(List<String> storageShareCapacityID)
ID of the StorageShareCapacities associated with this share
|
void |
setTag(String tag)
An identifier defined by a UserDomain
|
String |
toString() |
public StorageShare_.ServingState getServingState()
public void setServingState(StorageShare_.ServingState servingState)
public String getPath()
public void setPath(String path)
public List<String> getAccessMode()
public void setAccessMode(List<String> accessMode)
public String getSharingID()
public void setSharingID(String sharingID)
public StorageShare_.AccessLatency getAccessLatency()
public void setAccessLatency(StorageShare_.AccessLatency accessLatency)
public String getRetentionPolicy()
public void setRetentionPolicy(String retentionPolicy)
public List<ExpirationMode> getExpirationMode()
public void setExpirationMode(List<ExpirationMode> expirationMode)
public Integer getDefaultLifeTime()
public void setDefaultLifeTime(Integer defaultLifeTime)
public Integer getMaximumLifeTime()
public void setMaximumLifeTime(Integer maximumLifeTime)
public String getTag()
public void setTag(String tag)
public List<String> getStorageShareCapacityID()
public void setStorageShareCapacityID(List<String> storageShareCapacityID)
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.