Class DescribeIngressRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20201221.models.DescribeIngressRequest
-
public class DescribeIngressRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeIngressRequest()DescribeIngressRequest(DescribeIngressRequest 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 eks namespace 名StringgetName()Get ingress 规则名StringgetNamespaceId()Get tem namespaceIdLonggetSourceChannel()Get 来源渠道voidsetEksNamespace(String EksNamespace)Set eks namespace 名voidsetName(String Name)Set ingress 规则名voidsetNamespaceId(String NamespaceId)Set tem namespaceIdvoidsetSourceChannel(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
-
DescribeIngressRequest
public DescribeIngressRequest()
-
DescribeIngressRequest
public DescribeIngressRequest(DescribeIngressRequest 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 tem namespaceId- Returns:
- NamespaceId tem namespaceId
-
setNamespaceId
public void setNamespaceId(String NamespaceId)
Set tem namespaceId- Parameters:
NamespaceId- tem namespaceId
-
getEksNamespace
public String getEksNamespace()
Get eks namespace 名- Returns:
- EksNamespace eks namespace 名
-
setEksNamespace
public void setEksNamespace(String EksNamespace)
Set eks namespace 名- Parameters:
EksNamespace- eks namespace 名
-
getName
public String getName()
Get ingress 规则名- Returns:
- Name ingress 规则名
-
setName
public void setName(String Name)
Set ingress 规则名- Parameters:
Name- ingress 规则名
-
getSourceChannel
public Long getSourceChannel()
Get 来源渠道- Returns:
- SourceChannel 来源渠道
-
setSourceChannel
public void setSourceChannel(Long SourceChannel)
Set 来源渠道- Parameters:
SourceChannel- 来源渠道
-
-