Getter for the field mountPoint . @return Returns the mount point.
()
| 161 | * @return Returns the mount point. |
| 162 | */ |
| 163 | public String getMountPoint() { |
| 164 | return this.mountPoint; |
| 165 | } |
| 166 | |
| 167 | @Override |
| 168 | public String toString() { |
no outgoing calls