public class ApiSecKey extends AbstractModel
header, skipSign
Constructor and Description |
---|
ApiSecKey() |
ApiSecKey(ApiSecKey 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 |
getApiName()
Get api名称
|
String |
getDomain()
Get 域名
|
String |
getMethod()
Get 请求方法
|
void |
setApiName(String ApiName)
Set api名称
|
void |
setDomain(String Domain)
Set 域名
|
void |
setMethod(String Method)
Set 请求方法
|
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 ApiSecKey()
public ApiSecKey(ApiSecKey source)
public String getApiName()
public void setApiName(String ApiName)
ApiName
- api名称public String getDomain()
public void setDomain(String Domain)
Domain
- 域名public String getMethod()
public void setMethod(String Method)
Method
- 请求方法Copyright © 2024. All rights reserved.