public class InputAccount extends AbstractModel
Constructor and Description |
---|
InputAccount() |
InputAccount(InputAccount 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 |
getAccountName()
Get 账号
|
String |
getHost()
Get 主机,默认‘%’
|
void |
setAccountName(String AccountName)
Set 账号
|
void |
setHost(String Host)
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 InputAccount()
public InputAccount(InputAccount source)
public String getAccountName()
public void setAccountName(String AccountName)
AccountName
- 账号public String getHost()
public void setHost(String Host)
Host
- 主机,默认‘%’Copyright © 2022. All rights reserved.