Class DescribeConfigMapResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.DescribeConfigMapResponse
-
public class DescribeConfigMapResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeConfigMapResponse()
DescribeConfigMapResponse(DescribeConfigMapResponse 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
getCreateTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。String
getJson()
Get 配置项的json格式(base64编码) 注意:此字段可能返回 null,表示取不到有效值。String
getName()
Get 名称 注意:此字段可能返回 null,表示取不到有效值。String
getNamespace()
Get 命名空间 注意:此字段可能返回 null,表示取不到有效值。String
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。String
getYaml()
Get yaml配置 注意:此字段可能返回 null,表示取不到有效值。void
setCreateTime(String CreateTime)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。void
setJson(String Json)
Set 配置项的json格式(base64编码) 注意:此字段可能返回 null,表示取不到有效值。void
setName(String Name)
Set 名称 注意:此字段可能返回 null,表示取不到有效值。void
setNamespace(String Namespace)
Set 命名空间 注意:此字段可能返回 null,表示取不到有效值。void
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
setYaml(String Yaml)
Set yaml配置 注意:此字段可能返回 null,表示取不到有效值。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
-
DescribeConfigMapResponse
public DescribeConfigMapResponse()
-
DescribeConfigMapResponse
public DescribeConfigMapResponse(DescribeConfigMapResponse 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 名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name
- 名称 注意:此字段可能返回 null,表示取不到有效值。
-
getNamespace
public String getNamespace()
Get 命名空间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Namespace 命名空间 注意:此字段可能返回 null,表示取不到有效值。
-
setNamespace
public void setNamespace(String Namespace)
Set 命名空间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Namespace
- 命名空间 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateTime
public String getCreateTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreateTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreateTime
- 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
getYaml
public String getYaml()
Get yaml配置 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Yaml yaml配置 注意:此字段可能返回 null,表示取不到有效值。
-
setYaml
public void setYaml(String Yaml)
Set yaml配置 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Yaml
- yaml配置 注意:此字段可能返回 null,表示取不到有效值。
-
getJson
public String getJson()
Get 配置项的json格式(base64编码) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Json 配置项的json格式(base64编码) 注意:此字段可能返回 null,表示取不到有效值。
-
setJson
public void setJson(String Json)
Set 配置项的json格式(base64编码) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Json
- 配置项的json格式(base64编码) 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-