Class VolumeConfigMapKeyToPath
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.VolumeConfigMapKeyToPath
-
public class VolumeConfigMapKeyToPath extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VolumeConfigMapKeyToPath()VolumeConfigMapKeyToPath(VolumeConfigMapKeyToPath 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()Get 健名StringgetMode()Get 对应权限模式StringgetPath()Get 对应本地路径voidsetKey(String Key)Set 健名voidsetMode(String Mode)Set 对应权限模式voidsetPath(String Path)Set 对应本地路径voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
VolumeConfigMapKeyToPath
public VolumeConfigMapKeyToPath()
-
VolumeConfigMapKeyToPath
public VolumeConfigMapKeyToPath(VolumeConfigMapKeyToPath 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.
-
-
Method Detail
-
getKey
public String getKey()
Get 健名- Returns:
- Key 健名
-
setKey
public void setKey(String Key)
Set 健名- Parameters:
Key- 健名
-
getPath
public String getPath()
Get 对应本地路径- Returns:
- Path 对应本地路径
-
setPath
public void setPath(String Path)
Set 对应本地路径- Parameters:
Path- 对应本地路径
-
getMode
public String getMode()
Get 对应权限模式- Returns:
- Mode 对应权限模式
-
setMode
public void setMode(String Mode)
Set 对应权限模式- Parameters:
Mode- 对应权限模式
-
-