public class ProgramItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ProgramItem() | 
| ProgramItem(ProgramItem 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 | getCreationTime()Get 创建时间,时间戳格式【Long】 | 
| Boolean | getDeleteFlag()Get 删除标识,true: 可删除;false: 不可删除 | 
| Boolean | getIsAll()Get 全选标识,true: 全选;false: 非全选 | 
| Long | getLastUpdateTime()Get 最后更新时间,时间戳格式【Long】,单位毫秒 | 
| String | getProgramId()Get 数据集ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)查询接口获取 | 
| String | getProgramItemId()Get 数据项ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)接口查询已创建的数据集或登陆控制台进行查看;也可以通过调用[CreateProgram](https://cloud.tencent.com/document/api/649/108544)创建新的数据集。 | 
| Resource | getResource()Get 资源 | 
| String[] | getValueList()Get 数据值列表 | 
| void | setCreationTime(Long CreationTime)Set 创建时间,时间戳格式【Long】 | 
| void | setDeleteFlag(Boolean DeleteFlag)Set 删除标识,true: 可删除;false: 不可删除 | 
| void | setIsAll(Boolean IsAll)Set 全选标识,true: 全选;false: 非全选 | 
| void | setLastUpdateTime(Long LastUpdateTime)Set 最后更新时间,时间戳格式【Long】,单位毫秒 | 
| void | setProgramId(String ProgramId)Set 数据集ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)查询接口获取 | 
| void | setProgramItemId(String ProgramItemId)Set 数据项ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)接口查询已创建的数据集或登陆控制台进行查看;也可以通过调用[CreateProgram](https://cloud.tencent.com/document/api/649/108544)创建新的数据集。 | 
| void | setResource(Resource Resource)Set 资源 | 
| void | setValueList(String[] ValueList)Set 数据值列表 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ProgramItem()
public ProgramItem(ProgramItem source)
public String getProgramItemId()
public void setProgramItemId(String ProgramItemId)
ProgramItemId - 数据项ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)接口查询已创建的数据集或登陆控制台进行查看;也可以通过调用[CreateProgram](https://cloud.tencent.com/document/api/649/108544)创建新的数据集。public Resource getResource()
public void setResource(Resource Resource)
Resource - 资源public String[] getValueList()
public void setValueList(String[] ValueList)
ValueList - 数据值列表public Boolean getIsAll()
public void setIsAll(Boolean IsAll)
IsAll - 全选标识,true: 全选;false: 非全选public Long getCreationTime()
public void setCreationTime(Long CreationTime)
CreationTime - 创建时间,时间戳格式【Long】public Long getLastUpdateTime()
public void setLastUpdateTime(Long LastUpdateTime)
LastUpdateTime - 最后更新时间,时间戳格式【Long】,单位毫秒public Boolean getDeleteFlag()
public void setDeleteFlag(Boolean DeleteFlag)
DeleteFlag - 删除标识,true: 可删除;false: 不可删除public String getProgramId()
public void setProgramId(String ProgramId)
ProgramId - 数据集ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)查询接口获取Copyright © 2025. All rights reserved.