@Generated(value="org.jsonschema2pojo") public class StorageAccessProtocol_ extends Object
| Constructor and Description |
|---|
StorageAccessProtocol_() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getMaxStreams()
The maximum number of parallel network streams which can be usef for a single transfer
|
String |
getStorageServiceID()
The ID of the StorageService this protocol is available for
|
List<String> |
getToComputingServiceID()
The ID(s) ToComputingService objects that describe connectivity to ComputingServices
|
String |
getType()
The type of the protocol - StorageAccessProtocol_t
|
String |
getVersion()
The version of the protocol supported
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMaxStreams(Integer maxStreams)
The maximum number of parallel network streams which can be usef for a single transfer
|
void |
setStorageServiceID(String storageServiceID)
The ID of the StorageService this protocol is available for
|
void |
setToComputingServiceID(List<String> toComputingServiceID)
The ID(s) ToComputingService objects that describe connectivity to ComputingServices
|
void |
setType(String type)
The type of the protocol - StorageAccessProtocol_t
|
void |
setVersion(String version)
The version of the protocol supported
|
String |
toString() |
public String getType()
public void setType(String type)
public String getVersion()
public void setVersion(String version)
public Integer getMaxStreams()
public void setMaxStreams(Integer maxStreams)
public String getStorageServiceID()
public void setStorageServiceID(String storageServiceID)
public List<String> getToComputingServiceID()
public void setToComputingServiceID(List<String> toComputingServiceID)
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.