public class GetCredentialStateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetCredentialStateRequest() |
GetCredentialStateRequest(GetCredentialStateRequest 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 |
getCredentialId()
Get 凭证唯一Id
|
Long |
getDAPId()
Get 用户应用Id
|
void |
setCredentialId(String CredentialId)
Set 凭证唯一Id
|
void |
setDAPId(Long DAPId)
Set 用户应用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 GetCredentialStateRequest()
public GetCredentialStateRequest(GetCredentialStateRequest source)
public String getCredentialId()
public void setCredentialId(String CredentialId)
CredentialId
- 凭证唯一Idpublic Long getDAPId()
public void setDAPId(Long DAPId)
DAPId
- 用户应用IdCopyright © 2024. All rights reserved.