public class ApplicationSimpleInfoResp extends AbstractModel
header, skipSign
Constructor and Description |
---|
ApplicationSimpleInfoResp() |
ApplicationSimpleInfoResp(ApplicationSimpleInfoResp 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 |
---|---|
Long |
getAppIdentityID()
Get Product ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getApplicationID()
Get Application ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getApplicationName()
Get The application name.
|
void |
setAppIdentityID(Long AppIdentityID)
Set Product ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setApplicationID(String ApplicationID)
Set Application ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setApplicationName(String ApplicationName)
Set The application name.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ApplicationSimpleInfoResp()
public ApplicationSimpleInfoResp(ApplicationSimpleInfoResp source)
public String getApplicationID()
public void setApplicationID(String ApplicationID)
ApplicationID
- Application ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getAppIdentityID()
public void setAppIdentityID(Long AppIdentityID)
AppIdentityID
- Product ID
Note: This field may return null, indicating that no valid values can be obtained.public String getApplicationName()
public void setApplicationName(String ApplicationName)
ApplicationName
- The application name.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.