Class AssetAppProcessInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.AssetAppProcessInfo
-
public class AssetAppProcessInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AssetAppProcessInfo()AssetAppProcessInfo(AssetAppProcessInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get 名称StringgetPath()Get 路径StringgetStartTime()Get 启动时间StringgetStatus()Get 进程状态StringgetUser()Get 用户StringgetVersion()Get 进程版本voidsetName(String Name)Set 名称voidsetPath(String Path)Set 路径voidsetStartTime(String StartTime)Set 启动时间voidsetStatus(String Status)Set 进程状态voidsetUser(String User)Set 用户voidsetVersion(String Version)Set 进程版本voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AssetAppProcessInfo
public AssetAppProcessInfo()
-
AssetAppProcessInfo
public AssetAppProcessInfo(AssetAppProcessInfo 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.
-
-
Method Detail
-
getName
public String getName()
Get 名称- Returns:
- Name 名称
-
setName
public void setName(String Name)
Set 名称- Parameters:
Name- 名称
-
getStatus
public String getStatus()
Get 进程状态- Returns:
- Status 进程状态
-
setStatus
public void setStatus(String Status)
Set 进程状态- Parameters:
Status- 进程状态
-
getVersion
public String getVersion()
Get 进程版本- Returns:
- Version 进程版本
-
setVersion
public void setVersion(String Version)
Set 进程版本- Parameters:
Version- 进程版本
-
getPath
public String getPath()
Get 路径- Returns:
- Path 路径
-
setPath
public void setPath(String Path)
Set 路径- Parameters:
Path- 路径
-
getUser
public String getUser()
Get 用户- Returns:
- User 用户
-
setUser
public void setUser(String User)
Set 用户- Parameters:
User- 用户
-
getStartTime
public String getStartTime()
Get 启动时间- Returns:
- StartTime 启动时间
-
setStartTime
public void setStartTime(String StartTime)
Set 启动时间- Parameters:
StartTime- 启动时间
-
-