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 String
getKey()
Get 健名String
getMode()
Get 对应权限模式String
getPath()
Get 对应本地路径void
setKey(String Key)
Set 健名void
setMode(String Mode)
Set 对应权限模式void
setPath(String Path)
Set 对应本地路径void
toMap(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
- 对应权限模式
-
-