public class SecurityInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
SecurityInfo() |
SecurityInfo(SecurityInfo 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 |
getIsDefendFree()
Get 是否是免费赠送:yes-是;no-不是
|
String |
getKey()
Get 防护类型
|
String |
getResourceId()
Get 资源 ID
|
void |
setIsDefendFree(String IsDefendFree)
Set 是否是免费赠送:yes-是;no-不是
|
void |
setKey(String Key)
Set 防护类型
|
void |
setResourceId(String ResourceId)
Set 资源 ID
|
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, toJsonString
public SecurityInfo()
public SecurityInfo(SecurityInfo source)
public String getIsDefendFree()
public void setIsDefendFree(String IsDefendFree)
IsDefendFree
- 是否是免费赠送:yes-是;no-不是public String getKey()
public void setKey(String Key)
Key
- 防护类型public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 资源 IDCopyright © 2025. All rights reserved.