Class VolumeConfigMap
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.VolumeConfigMap
-
public class VolumeConfigMap extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VolumeConfigMap()
VolumeConfigMap(VolumeConfigMap 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 VolumeConfigMapKeyToPath[]
getItems()
Get Key列表配置String
getName()
Get 名称void
setItems(VolumeConfigMapKeyToPath[] Items)
Set Key列表配置void
setName(String Name)
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
-
VolumeConfigMap
public VolumeConfigMap()
-
VolumeConfigMap
public VolumeConfigMap(VolumeConfigMap 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
-
getName
public String getName()
Get 名称- Returns:
- Name 名称
-
setName
public void setName(String Name)
Set 名称- Parameters:
Name
- 名称
-
getItems
public VolumeConfigMapKeyToPath[] getItems()
Get Key列表配置- Returns:
- Items Key列表配置
-
setItems
public void setItems(VolumeConfigMapKeyToPath[] Items)
Set Key列表配置- Parameters:
Items
- Key列表配置
-
-