public class TemService extends AbstractModel
| Constructor and Description | 
|---|
| TemService() | 
| TemService(TemService 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 | 
|---|---|
| ServiceVersionBrief[] | getActiveVersions()Get The instance information where the application is running
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| String | getApplicationId()Get Version ID
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| String | getApplicationName()Get Application name
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| String | getCodingLanguage()Get Programming Language
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| String | getCreateDate()Get Creation time. | 
| String | getCreator()Get Creator account
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| String | getDeployMode()Get Deployment mode
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| String | getDescription()Get Description
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| Long | getEnableTracing()Get Whether to enable link tracing
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| String | getEnvironmentId()Get ID of the environment
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| String | getEnvironmentName()Get Environment name
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| Boolean | getHasAuthority()Get Whether it’s authorized to access the resource
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getInstanceId()Get ID of the TCR Enterprise instance
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| String | getModifier()Get Modifier
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| String | getModifyDate()Get Modification time
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| String | getRepoName()Get Name of the TCR instance
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| Long | getRepoType()Get TCR Individual or TCR Enterprise
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| Tag[] | getTags()Get Tag
Note: This field may return `null`, indicating that no valid value was found. | 
| void | setActiveVersions(ServiceVersionBrief[] ActiveVersions)Set The instance information where the application is running
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setApplicationId(String ApplicationId)Set Version ID
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setApplicationName(String ApplicationName)Set Application name
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setCodingLanguage(String CodingLanguage)Set Programming Language
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setCreateDate(String CreateDate)Set Creation time. | 
| void | setCreator(String Creator)Set Creator account
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setDeployMode(String DeployMode)Set Deployment mode
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setDescription(String Description)Set Description
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setEnableTracing(Long EnableTracing)Set Whether to enable link tracing
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setEnvironmentId(String EnvironmentId)Set ID of the environment
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setEnvironmentName(String EnvironmentName)Set Environment name
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setHasAuthority(Boolean HasAuthority)Set Whether it’s authorized to access the resource
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setInstanceId(String InstanceId)Set ID of the TCR Enterprise instance
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setModifier(String Modifier)Set Modifier
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setModifyDate(String ModifyDate)Set Modification time
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setRepoName(String RepoName)Set Name of the TCR instance
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setRepoType(Long RepoType)Set TCR Individual or TCR Enterprise
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setTags(Tag[] Tags)Set Tag
Note: This field may return `null`, indicating that no valid value was found. | 
| 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 TemService()
public TemService(TemService source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId - Version ID
Note: This field may return `null`, indicating that no valid values can be obtained.public String getApplicationName()
public void setApplicationName(String ApplicationName)
ApplicationName - Application name
Note: This field may return `null`, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description - Description
Note: This field may return `null`, indicating that no valid values can be obtained.public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId - ID of the environment
Note: This field may return `null`, indicating that no valid values can be obtained.public String getCreateDate()
public void setCreateDate(String CreateDate)
CreateDate - Creation time.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getModifyDate()
public void setModifyDate(String ModifyDate)
ModifyDate - Modification time
Note: This field may return `null`, indicating that no valid values can be obtained.public String getModifier()
public void setModifier(String Modifier)
Modifier - Modifier
Note: This field may return `null`, indicating that no valid values can be obtained.public String getCreator()
public void setCreator(String Creator)
Creator - Creator account
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getRepoType()
public void setRepoType(Long RepoType)
RepoType - TCR Individual or TCR Enterprise
Note: This field may return `null`, indicating that no valid values can be obtained.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - ID of the TCR Enterprise instance
Note: This field may return `null`, indicating that no valid values can be obtained.public String getRepoName()
public void setRepoName(String RepoName)
RepoName - Name of the TCR instance
Note: This field may return `null`, indicating that no valid values can be obtained.public String getCodingLanguage()
public void setCodingLanguage(String CodingLanguage)
CodingLanguage - Programming Language
Note: This field may return `null`, indicating that no valid values can be obtained.public String getDeployMode()
public void setDeployMode(String DeployMode)
DeployMode - Deployment mode
Note: This field may return `null`, indicating that no valid values can be obtained.public String getEnvironmentName()
public void setEnvironmentName(String EnvironmentName)
EnvironmentName - Environment name
Note: This field may return `null`, indicating that no valid values can be obtained.public ServiceVersionBrief[] getActiveVersions()
public void setActiveVersions(ServiceVersionBrief[] ActiveVersions)
ActiveVersions - The instance information where the application is running
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getEnableTracing()
public void setEnableTracing(Long EnableTracing)
EnableTracing - Whether to enable link tracing
Note: This field may return `null`, indicating that no valid values can be obtained.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - Tag
Note: This field may return `null`, indicating that no valid value was found.public Boolean getHasAuthority()
public void setHasAuthority(Boolean HasAuthority)
HasAuthority - Whether it’s authorized to access the resource
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.