Class ModifyIngressRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20210701.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 IngressInfo
getIngress()
Get Ingress 规则配置Long
getSourceChannel()
Get 来源渠道void
setIngress(IngressInfo Ingress)
Set Ingress 规则配置void
setSourceChannel(Long SourceChannel)
Set 来源渠道void
toMap(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
- 来源渠道
-
-