public class CreateTDidByHostRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateTDidByHostRequest() |
CreateTDidByHostRequest(CreateTDidByHostRequest 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 |
getCustomAttribute()
Get 自定义DID文档json属性
|
Long |
getDAPId()
Get DID应用ID
|
void |
setCustomAttribute(String CustomAttribute)
Set 自定义DID文档json属性
|
void |
setDAPId(Long DAPId)
Set DID应用ID
|
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 CreateTDidByHostRequest()
public CreateTDidByHostRequest(CreateTDidByHostRequest source)
public Long getDAPId()
public void setDAPId(Long DAPId)
DAPId
- DID应用IDpublic String getCustomAttribute()
public void setCustomAttribute(String CustomAttribute)
CustomAttribute
- 自定义DID文档json属性Copyright © 2024. All rights reserved.