public class ComplianceContainerDetailInfo extends AbstractModel
skipSign
Constructor and Description |
---|
ComplianceContainerDetailInfo() |
ComplianceContainerDetailInfo(ComplianceContainerDetailInfo 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 |
getContainerId()
Get Container ID on the server
|
String |
getPodName()
Get Pod name of the container
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setContainerId(String ContainerId)
Set Container ID on the server
|
void |
setPodName(String PodName)
Set Pod name of the container
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ComplianceContainerDetailInfo()
public ComplianceContainerDetailInfo(ComplianceContainerDetailInfo source)
public String getContainerId()
public void setContainerId(String ContainerId)
ContainerId
- Container ID on the serverpublic String getPodName()
public void setPodName(String PodName)
PodName
- Pod name of the container
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.