public class AKSKLeak extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AKSKLeak() | 
| AKSKLeak(AKSKLeak 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 | getAK()Get AK编码 | 
| String | getSK()Get SK编码 | 
| String | getURL()Get URL编码 | 
| void | setAK(String AK)Set AK编码 | 
| void | setSK(String SK)Set SK编码 | 
| void | setURL(String URL)Set URL编码 | 
| 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 AKSKLeak()
public AKSKLeak(AKSKLeak source)
public String getAK()
public void setAK(String AK)
AK - AK编码public String getSK()
public void setSK(String SK)
SK - SK编码public String getURL()
public void setURL(String URL)
URL - URL编码Copyright © 2025. All rights reserved.