@Deprecated
public class VolumeRW
extends java.lang.Object
implements java.io.Serializable
Bind
,
Serialized FormModifier 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.Object
VolumeRW
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2019. All Rights Reserved.