public class AuthorizationInfo extends AbstractModel
skipSign
Constructor and Description |
---|
AuthorizationInfo() |
AuthorizationInfo(AuthorizationInfo 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 |
getAppId()
Get Unique application ID.
|
String |
getAppName()
Get Application name.
|
String |
getAuthorizationId()
Get Unique authorization type ID.
|
String |
getEntityId()
Get Unique type ID.
|
String |
getEntityName()
Get Type name.
|
String |
getLastModifiedDate()
Get Last update time in ISO 8601 format.
|
void |
setAppId(String AppId)
Set Unique application ID.
|
void |
setAppName(String AppName)
Set Application name.
|
void |
setAuthorizationId(String AuthorizationId)
Set Unique authorization type ID.
|
void |
setEntityId(String EntityId)
Set Unique type ID.
|
void |
setEntityName(String EntityName)
Set Type name.
|
void |
setLastModifiedDate(String LastModifiedDate)
Set Last update time in ISO 8601 format.
|
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 AuthorizationInfo()
public AuthorizationInfo(AuthorizationInfo source)
public String getAppId()
public void setAppId(String AppId)
AppId
- Unique application ID.public String getAppName()
public void setAppName(String AppName)
AppName
- Application name.public String getEntityName()
public void setEntityName(String EntityName)
EntityName
- Type name.public String getEntityId()
public void setEntityId(String EntityId)
EntityId
- Unique type ID.public String getLastModifiedDate()
public void setLastModifiedDate(String LastModifiedDate)
LastModifiedDate
- Last update time in ISO 8601 format.public String getAuthorizationId()
public void setAuthorizationId(String AuthorizationId)
AuthorizationId
- Unique authorization type ID.Copyright © 2023. All rights reserved.