public class ApplicationInformation extends AbstractModel
| Constructor and Description | 
|---|
| ApplicationInformation() | 
| ApplicationInformation(ApplicationInformation 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 | getApplicationId()Get Application ID, which is globally unique. | 
| String | getApplicationType()Get Application type. | 
| Boolean | getAppStatus()Get Application status. | 
| String | getClientId()Get Client ID. | 
| String | getCreatedDate()Get Application creation time in ISO 8601 format. | 
| String | getDisplayName()Get Displayed application name, which can contain up to 64 characters and is the same as the application name by default. | 
| String | getIcon()Get Application icon. | 
| String | getLastModifiedDate()Get Last update time in ISO 8601 format. | 
| void | setApplicationId(String ApplicationId)Set Application ID, which is globally unique. | 
| void | setApplicationType(String ApplicationType)Set Application type. | 
| void | setAppStatus(Boolean AppStatus)Set Application status. | 
| void | setClientId(String ClientId)Set Client ID. | 
| void | setCreatedDate(String CreatedDate)Set Application creation time in ISO 8601 format. | 
| void | setDisplayName(String DisplayName)Set Displayed application name, which can contain up to 64 characters and is the same as the application name by default. | 
| void | setIcon(String Icon)Set Application icon. | 
| 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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ApplicationInformation()
public ApplicationInformation(ApplicationInformation source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId - Application ID, which is globally unique.public String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName - Displayed application name, which can contain up to 64 characters and is the same as the application name by default.
Note: this field may return null, indicating that no valid values can be obtained.public String getCreatedDate()
public void setCreatedDate(String CreatedDate)
CreatedDate - Application creation time in ISO 8601 format.
Note: this field may return null, indicating that no valid values can be obtained.public String getLastModifiedDate()
public void setLastModifiedDate(String LastModifiedDate)
LastModifiedDate - Last update time in ISO 8601 format.
Note: this field may return null, indicating that no valid values can be obtained.public Boolean getAppStatus()
public void setAppStatus(Boolean AppStatus)
AppStatus - Application status.
Note: this field may return null, indicating that no valid values can be obtained.public String getIcon()
public void setIcon(String Icon)
Icon - Application icon.
Note: this field may return null, indicating that no valid values can be obtained.public String getApplicationType()
public void setApplicationType(String ApplicationType)
ApplicationType - Application type.
Note: this field may return null, indicating that no valid values can be obtained.public String getClientId()
public void setClientId(String ClientId)
ClientId - Client ID.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.