public class IngressRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IngressRule() | 
| IngressRule(IngressRule 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 | 
|---|---|
| String | getHost()Get host 地址 | 
| IngressRuleValue | getHttp()Get ingress rule value | 
| String | getProtocol()Get 协议,选项为 http, https,默认为 http | 
| void | setHost(String Host)Set host 地址 | 
| void | setHttp(IngressRuleValue Http)Set ingress rule value | 
| void | setProtocol(String Protocol)Set 协议,选项为 http, https,默认为 http | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic IngressRule()
public IngressRule(IngressRule source)
public IngressRuleValue getHttp()
public void setHttp(IngressRuleValue Http)
Http - ingress rule valuepublic String getHost()
public void setHost(String Host)
Host - host 地址public String getProtocol()
public void setProtocol(String Protocol)
Protocol - 协议,选项为 http, https,默认为 httpCopyright © 2025. All rights reserved.