public class VolumeNFS extends AbstractModel
Constructor and Description |
---|
VolumeNFS() |
VolumeNFS(VolumeNFS source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Get 对应本地路径
|
String |
getServer()
Get 服务地址
|
String |
getServerPath()
Get 对应服务器路径
|
void |
setPath(String Path)
Set 对应本地路径
|
void |
setServer(String Server)
Set 服务地址
|
void |
setServerPath(String ServerPath)
Set 对应服务器路径
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public VolumeNFS()
public VolumeNFS(VolumeNFS source)
public String getServer()
public void setServer(String Server)
Server
- 服务地址public String getServerPath()
public void setServerPath(String ServerPath)
ServerPath
- 对应服务器路径public String getPath()
public void setPath(String Path)
Path
- 对应本地路径Copyright © 2022. All rights reserved.