RemoteApiVersion#VERSION_1_20@Deprecated
public class VolumeRW
extends java.lang.Object
implements java.io.Serializable
Bind,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
VolumeRW.Deserializer
Deprecated.
|
static class |
VolumeRW.Serializer
Deprecated.
|
| Constructor and Description |
|---|
VolumeRW(Volume volume)
Deprecated.
|
VolumeRW(Volume volume,
AccessMode accessMode)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
AccessMode |
getAccessMode()
Deprecated.
|
Volume |
getVolume()
Deprecated.
|
int |
hashCode()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
Returns a string representation of this
VolumeRW suitable for inclusion in a JSON message. |
public VolumeRW(Volume volume)
public VolumeRW(Volume volume, AccessMode accessMode)
public Volume getVolume()
public AccessMode getAccessMode()
public java.lang.String toString()
VolumeRW suitable for inclusion in a JSON message. The returned String is simply the
container path, #getPath().toString in class java.lang.ObjectVolumeRWpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2019. All Rights Reserved.