public class VolumeHostPath extends AbstractModel
Constructor and Description |
---|
VolumeHostPath() |
VolumeHostPath(VolumeHostPath 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 |
getType()
Get 类型
|
void |
setPath(String Path)
Set 路径
|
void |
setType(String Type)
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 VolumeHostPath()
public VolumeHostPath(VolumeHostPath source)
Copyright © 2022. All rights reserved.