public class ModifyIngressRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
IngressInfo |
getIngress()
Get Ingress rule configuration
|
Long |
getSourceChannel()
Get Source channel
|
void |
setIngress(IngressInfo Ingress)
Set Ingress rule configuration
|
void |
setSourceChannel(Long SourceChannel)
Set Source channel
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyIngressRequest()
public ModifyIngressRequest(ModifyIngressRequest source)
public IngressInfo getIngress()
public void setIngress(IngressInfo Ingress)
Ingress
- Ingress rule configurationpublic Long getSourceChannel()
public void setSourceChannel(Long SourceChannel)
SourceChannel
- Source channelCopyright © 2023. All rights reserved.