public class DomainQUICConfig extends AbstractModel
skipSign
Constructor and Description |
---|
DomainQUICConfig() |
DomainQUICConfig(DomainQUICConfig 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 |
getStatus()
Get QUIC 配置状态,可选值:
Enabled: 启用;
Disabled: 禁用。
|
void |
setStatus(String Status)
Set QUIC 配置状态,可选值:
Enabled: 启用;
Disabled: 禁用。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DomainQUICConfig()
public DomainQUICConfig(DomainQUICConfig source)
public String getStatus()
public void setStatus(String Status)
Status
- QUIC 配置状态,可选值:
Copyright © 2023. All rights reserved.