Class DescribeIngressesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20201221.models.DescribeIngressesRequest
-
public class DescribeIngressesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeIngressesRequest()DescribeIngressesRequest(DescribeIngressesRequest 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 StringgetEksNamespace()Get namespaceString[]getNames()Get ingress 规则名列表StringgetNamespaceId()Get namespace idLonggetSourceChannel()Get 来源渠道voidsetEksNamespace(String EksNamespace)Set namespacevoidsetNames(String[] Names)Set ingress 规则名列表voidsetNamespaceId(String NamespaceId)Set namespace 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
-
DescribeIngressesRequest
public DescribeIngressesRequest()
-
DescribeIngressesRequest
public DescribeIngressesRequest(DescribeIngressesRequest 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
-
getNamespaceId
public String getNamespaceId()
Get namespace id- Returns:
- NamespaceId namespace id
-
setNamespaceId
public void setNamespaceId(String NamespaceId)
Set namespace id- Parameters:
NamespaceId- namespace id
-
getEksNamespace
public String getEksNamespace()
Get namespace- Returns:
- EksNamespace namespace
-
setEksNamespace
public void setEksNamespace(String EksNamespace)
Set namespace- Parameters:
EksNamespace- namespace
-
getSourceChannel
public Long getSourceChannel()
Get 来源渠道- Returns:
- SourceChannel 来源渠道
-
setSourceChannel
public void setSourceChannel(Long SourceChannel)
Set 来源渠道- Parameters:
SourceChannel- 来源渠道
-
getNames
public String[] getNames()
Get ingress 规则名列表- Returns:
- Names ingress 规则名列表
-
setNames
public void setNames(String[] Names)
Set ingress 规则名列表- Parameters:
Names- ingress 规则名列表
-
-