public class ContainerMount extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
destination |
private String |
mode |
private Boolean |
rwInfo |
private String |
source |
| Constructor and Description |
|---|
ContainerMount() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDestination() |
String |
getMode() |
Boolean |
getRwInfo() |
String |
getSource() |
int |
hashCode() |
String |
toString() |
private String source
private String destination
private String mode
private Boolean rwInfo
Copyright © 2016. All rights reserved.