Class DescribeRelatedIngressesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20210701.models.DescribeRelatedIngressesRequest
-
public class DescribeRelatedIngressesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeRelatedIngressesRequest()DescribeRelatedIngressesRequest(DescribeRelatedIngressesRequest 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 StringgetApplicationId()Get 应用 IDStringgetClusterNamespace()Get 环境 namespaceStringgetEnvironmentId()Get 环境 idLonggetSourceChannel()Get 来源渠道voidsetApplicationId(String ApplicationId)Set 应用 IDvoidsetClusterNamespace(String ClusterNamespace)Set 环境 namespacevoidsetEnvironmentId(String EnvironmentId)Set 环境 idvoidsetSourceChannel(Long SourceChannel)Set 来源渠道voidtoMap(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
-
DescribeRelatedIngressesRequest
public DescribeRelatedIngressesRequest()
-
DescribeRelatedIngressesRequest
public DescribeRelatedIngressesRequest(DescribeRelatedIngressesRequest 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
-
getEnvironmentId
public String getEnvironmentId()
Get 环境 id- Returns:
- EnvironmentId 环境 id
-
setEnvironmentId
public void setEnvironmentId(String EnvironmentId)
Set 环境 id- Parameters:
EnvironmentId- 环境 id
-
getClusterNamespace
public String getClusterNamespace()
Get 环境 namespace- Returns:
- ClusterNamespace 环境 namespace
-
setClusterNamespace
public void setClusterNamespace(String ClusterNamespace)
Set 环境 namespace- Parameters:
ClusterNamespace- 环境 namespace
-
getSourceChannel
public Long getSourceChannel()
Get 来源渠道- Returns:
- SourceChannel 来源渠道
-
setSourceChannel
public void setSourceChannel(Long SourceChannel)
Set 来源渠道- Parameters:
SourceChannel- 来源渠道
-
getApplicationId
public String getApplicationId()
Get 应用 ID- Returns:
- ApplicationId 应用 ID
-
setApplicationId
public void setApplicationId(String ApplicationId)
Set 应用 ID- Parameters:
ApplicationId- 应用 ID
-
-