public class StandardDebug extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| StandardDebug() | 
| StandardDebug(StandardDebug 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 | getExpireTime()Get The time when the standard debugging setting expires. | 
| String | getSwitch()Get Whether to enable standard debugging. | 
| void | setAllowClientIPList(String[] AllowClientIPList)Set The client IP to allow. | 
| void | setExpireTime(String ExpireTime)Set The time when the standard debugging setting expires. | 
| 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, toJsonStringpublic StandardDebug()
public StandardDebug(StandardDebug 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. If not specified, it means to allow any client IPpublic String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime - The time when the standard debugging setting expires. If it is exceeded, this feature becomes invalid.Copyright © 2025. All rights reserved.