@Generated(value="org.jsonschema2pojo") public class MountPoint extends Object implements Serializable
| Constructor and Description |
|---|
MountPoint()
No args constructor for use in serialization
|
MountPoint(String Destination,
String Driver,
String Mode,
String Name,
Boolean RW,
String Source) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getDestination() |
String |
getDriver() |
String |
getMode() |
String |
getName() |
Boolean |
getRW() |
String |
getSource() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDestination(String Destination) |
void |
setDriver(String Driver) |
void |
setMode(String Mode) |
void |
setName(String Name) |
void |
setRW(Boolean RW) |
void |
setSource(String Source) |
public String getDestination()
public void setDestination(String Destination)
Destination - The Destinationpublic String getDriver()
public void setDriver(String Driver)
Driver - The Driverpublic String getMode()
public void setMode(String Mode)
Mode - The Modepublic String getName()
public void setName(String Name)
Name - The Namepublic Boolean getRW()
public void setRW(Boolean RW)
RW - The RWpublic String getSource()
public void setSource(String Source)
Source - The SourceCopyright © 2015–2016 Red Hat. All rights reserved.