public class PrivateParameter extends AbstractModel
Constructor and Description |
---|
PrivateParameter() |
PrivateParameter(PrivateParameter 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 |
getName()
Get 私有鉴权参数名称,取值有:
AccessKeyId:鉴权参数Access Key ID;
SecretAccessKey:鉴权参数Secret Access Key。
|
String |
getValue()
Get 私有鉴权参数值。
|
void |
setName(String Name)
Set 私有鉴权参数名称,取值有:
AccessKeyId:鉴权参数Access Key ID;
SecretAccessKey:鉴权参数Secret Access Key。
|
void |
setValue(String Value)
Set 私有鉴权参数值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public PrivateParameter()
public PrivateParameter(PrivateParameter source)
public String getName()
public void setName(String Name)
Name
- 私有鉴权参数名称,取值有:
public String getValue()
public void setValue(String Value)
Value
- 私有鉴权参数值。Copyright © 2022. All rights reserved.