Class ModifyIngressRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20201221.models.ModifyIngressRequest
-
public class ModifyIngressRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyIngressRequest()ModifyIngressRequest(ModifyIngressRequest 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 IngressInfogetIngress()Get Ingress 规则配置LonggetSourceChannel()Get 来源渠道voidsetIngress(IngressInfo Ingress)Set Ingress 规则配置voidsetSourceChannel(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
-
ModifyIngressRequest
public ModifyIngressRequest()
-
ModifyIngressRequest
public ModifyIngressRequest(ModifyIngressRequest 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
-
getIngress
public IngressInfo getIngress()
Get Ingress 规则配置- Returns:
- Ingress Ingress 规则配置
-
setIngress
public void setIngress(IngressInfo Ingress)
Set Ingress 规则配置- Parameters:
Ingress- Ingress 规则配置
-
getSourceChannel
public Long getSourceChannel()
Get 来源渠道- Returns:
- SourceChannel 来源渠道
-
setSourceChannel
public void setSourceChannel(Long SourceChannel)
Set 来源渠道- Parameters:
SourceChannel- 来源渠道
-
-