Class CreateProgramStateRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ump.v20200918.models.CreateProgramStateRequest
-
public class CreateProgramStateRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateProgramStateRequest()
CreateProgramStateRequest(CreateProgramStateRequest 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 String
getGroupCode()
Get 集团编码Long
getMallId()
Get 商场IDProgramStateItem[]
getProgramStateItems()
Get 进程监控信息列表void
setGroupCode(String GroupCode)
Set 集团编码void
setMallId(Long MallId)
Set 商场IDvoid
setProgramStateItems(ProgramStateItem[] ProgramStateItems)
Set 进程监控信息列表void
toMap(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
-
CreateProgramStateRequest
public CreateProgramStateRequest()
-
CreateProgramStateRequest
public CreateProgramStateRequest(CreateProgramStateRequest 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
-
getGroupCode
public String getGroupCode()
Get 集团编码- Returns:
- GroupCode 集团编码
-
setGroupCode
public void setGroupCode(String GroupCode)
Set 集团编码- Parameters:
GroupCode
- 集团编码
-
getProgramStateItems
public ProgramStateItem[] getProgramStateItems()
Get 进程监控信息列表- Returns:
- ProgramStateItems 进程监控信息列表
-
setProgramStateItems
public void setProgramStateItems(ProgramStateItem[] ProgramStateItems)
Set 进程监控信息列表- Parameters:
ProgramStateItems
- 进程监控信息列表
-
getMallId
public Long getMallId()
Get 商场ID- Returns:
- MallId 商场ID
-
setMallId
public void setMallId(Long MallId)
Set 商场ID- Parameters:
MallId
- 商场ID
-
-