public class VolumeConfigMapKeyToPath extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public VolumeConfigMapKeyToPath()
public VolumeConfigMapKeyToPath(VolumeConfigMapKeyToPath source)
public String getKey()
public void setKey(String Key)
Key
- 健名public String getPath()
public void setPath(String Path)
Path
- 对应本地路径public String getMode()
public void setMode(String Mode)
Mode
- 对应权限模式Copyright © 2022. All rights reserved.