public class DeleteCustomAccountRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteCustomAccountRequest() |
DeleteCustomAccountRequest(DeleteCustomAccountRequest 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 自定义的账户名
|
String |
getRegistryId()
Get 实例Id
|
void |
setName(String Name)
Set 自定义的账户名
|
void |
setRegistryId(String RegistryId)
Set 实例Id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteCustomAccountRequest()
public DeleteCustomAccountRequest(DeleteCustomAccountRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId
- 实例Idpublic String getName()
public void setName(String Name)
Name
- 自定义的账户名Copyright © 2023. All rights reserved.