public class GetDidDocumentResponse extends AbstractModel
skipSign
Constructor and Description |
---|
GetDidDocumentResponse() |
GetDidDocumentResponse(GetDidDocumentResponse 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 |
getDocument()
Get DID文档
|
String |
getName()
Get 名称
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setDocument(String Document)
Set DID文档
|
void |
setName(String Name)
Set 名称
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GetDidDocumentResponse()
public GetDidDocumentResponse(GetDidDocumentResponse source)
public String getName()
public void setName(String Name)
Name
- 名称public String getDocument()
public void setDocument(String Document)
Document
- DID文档public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.