@Generated(value="org.jsonschema2pojo") public class VolumeMount extends Object
Constructor and Description |
---|
VolumeMount() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getMountPath() |
String |
getName() |
String |
getPath() |
Boolean |
getReadOnly() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMountPath(String mountPath) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setReadOnly(Boolean readOnly) |
String |
toString() |
public String getPath()
public void setPath(String path)
path
- The pathpublic String getMountPath()
public void setMountPath(String mountPath)
mountPath
- The mountPathpublic String getName()
public void setName(String name)
name
- The namepublic Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
readOnly
- The readOnlyCopyright © 2011–2015 Red Hat. All rights reserved.