public class ApplicationVersion extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ApplicationVersion() | 
| ApplicationVersion(ApplicationVersion 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 | getApplicationVersionId()Get Version ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getCreateTime()Get Creation time
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getCreatorId()Get Creator ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getCreatorName()Get Creator name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getDescription()Get Release description
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getEntrypoint()Get Entry file
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getGitInfo()Get Git information
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getName()Get Release name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getType()Get Version type
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setApplicationVersionId(String ApplicationVersionId)Set Version ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCreateTime(String CreateTime)Set Creation time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCreatorId(String CreatorId)Set Creator ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCreatorName(String CreatorName)Set Creator name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDescription(String Description)Set Release description
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setEntrypoint(String Entrypoint)Set Entry file
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setGitInfo(String GitInfo)Set Git information
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setName(String Name)Set Release name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setType(String Type)Set Version type
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic ApplicationVersion()
public ApplicationVersion(ApplicationVersion source)
public String getType()
public void setType(String Type)
Type - Version type
Note: This field may return null, indicating that no valid values can be obtained.public String getApplicationVersionId()
public void setApplicationVersionId(String ApplicationVersionId)
ApplicationVersionId - Version ID
Note: This field may return null, indicating that no valid values can be obtained.public String getName()
public void setName(String Name)
Name - Release name
Note: This field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description - Release description
Note: This field may return null, indicating that no valid values can be obtained.public String getEntrypoint()
public void setEntrypoint(String Entrypoint)
Entrypoint - Entry file
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation time
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatorName()
public void setCreatorName(String CreatorName)
CreatorName - Creator name
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatorId()
public void setCreatorId(String CreatorId)
CreatorId - Creator ID
Note: This field may return null, indicating that no valid values can be obtained.public String getGitInfo()
public void setGitInfo(String GitInfo)
GitInfo - Git information
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.