public class StandardDebugParameters extends AbstractModel
header, skipSign
Constructor and Description |
---|
StandardDebugParameters() |
StandardDebugParameters(StandardDebugParameters 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[] |
getAllowClientIPList()
Get The client ip to allow.
|
String |
getExpires()
Get Debug feature expiration time.
|
String |
getSwitch()
Get Whether to enable standard debugging.
|
void |
setAllowClientIPList(String[] AllowClientIPList)
Set The client ip to allow.
|
void |
setExpires(String Expires)
Set Debug feature expiration time.
|
void |
setSwitch(String Switch)
Set Whether to enable standard debugging.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public StandardDebugParameters()
public StandardDebugParameters(StandardDebugParameters source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Whether to enable standard debugging. values:.
public String[] getAllowClientIPList()
public void setAllowClientIPList(String[] AllowClientIPList)
AllowClientIPList
- The client ip to allow. it can be an ipv4/ipv6 address or a cidr block. 0.0.0.0/0 means to allow all ipv4 clients for debugging; ::/0 means to allow all ipv6 clients for debugging; 127.0.0.1 is not allowed. public String getExpires()
public void setExpires(String Expires)
Expires
- Debug feature expiration time. the feature will be disabled after the set time. Copyright © 2025. All rights reserved.