Class ProgramItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.ProgramItem
-
public class ProgramItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCreationTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。Boolean
getDeleteFlag()
Get 删除标识,true: 可删除;false: 不可删除 注意:此字段可能返回 null,表示取不到有效值。Boolean
getIsAll()
Get 全选标识,true: 全选;false: 非全选 注意:此字段可能返回 null,表示取不到有效值。Long
getLastUpdateTime()
Get 最后更新时间 注意:此字段可能返回 null,表示取不到有效值。String
getProgramId()
Get 数据集ID 注意:此字段可能返回 null,表示取不到有效值。String
getProgramItemId()
Get 数据项ID 注意:此字段可能返回 null,表示取不到有效值。Resource
getResource()
Get 资源 注意:此字段可能返回 null,表示取不到有效值。String[]
getValueList()
Get 数据值列表 注意:此字段可能返回 null,表示取不到有效值。void
setCreationTime(Long CreationTime)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。void
setDeleteFlag(Boolean DeleteFlag)
Set 删除标识,true: 可删除;false: 不可删除 注意:此字段可能返回 null,表示取不到有效值。void
setIsAll(Boolean IsAll)
Set 全选标识,true: 全选;false: 非全选 注意:此字段可能返回 null,表示取不到有效值。void
setLastUpdateTime(Long LastUpdateTime)
Set 最后更新时间 注意:此字段可能返回 null,表示取不到有效值。void
setProgramId(String ProgramId)
Set 数据集ID 注意:此字段可能返回 null,表示取不到有效值。void
setProgramItemId(String ProgramItemId)
Set 数据项ID 注意:此字段可能返回 null,表示取不到有效值。void
setResource(Resource Resource)
Set 资源 注意:此字段可能返回 null,表示取不到有效值。void
setValueList(String[] ValueList)
Set 数据值列表 注意:此字段可能返回 null,表示取不到有效值。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
-
ProgramItem
public ProgramItem()
-
ProgramItem
public 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.
-
-
Method Detail
-
getProgramItemId
public String getProgramItemId()
Get 数据项ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProgramItemId 数据项ID 注意:此字段可能返回 null,表示取不到有效值。
-
setProgramItemId
public void setProgramItemId(String ProgramItemId)
Set 数据项ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProgramItemId
- 数据项ID 注意:此字段可能返回 null,表示取不到有效值。
-
getResource
public Resource getResource()
Get 资源 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Resource 资源 注意:此字段可能返回 null,表示取不到有效值。
-
setResource
public void setResource(Resource Resource)
Set 资源 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Resource
- 资源 注意:此字段可能返回 null,表示取不到有效值。
-
getValueList
public String[] getValueList()
Get 数据值列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ValueList 数据值列表 注意:此字段可能返回 null,表示取不到有效值。
-
setValueList
public void setValueList(String[] ValueList)
Set 数据值列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ValueList
- 数据值列表 注意:此字段可能返回 null,表示取不到有效值。
-
getIsAll
public Boolean getIsAll()
Get 全选标识,true: 全选;false: 非全选 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IsAll 全选标识,true: 全选;false: 非全选 注意:此字段可能返回 null,表示取不到有效值。
-
setIsAll
public void setIsAll(Boolean IsAll)
Set 全选标识,true: 全选;false: 非全选 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IsAll
- 全选标识,true: 全选;false: 非全选 注意:此字段可能返回 null,表示取不到有效值。
-
getCreationTime
public Long getCreationTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreationTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreationTime
public void setCreationTime(Long CreationTime)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreationTime
- 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
getLastUpdateTime
public Long getLastUpdateTime()
Get 最后更新时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LastUpdateTime 最后更新时间 注意:此字段可能返回 null,表示取不到有效值。
-
setLastUpdateTime
public void setLastUpdateTime(Long LastUpdateTime)
Set 最后更新时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LastUpdateTime
- 最后更新时间 注意:此字段可能返回 null,表示取不到有效值。
-
getDeleteFlag
public Boolean getDeleteFlag()
Get 删除标识,true: 可删除;false: 不可删除 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DeleteFlag 删除标识,true: 可删除;false: 不可删除 注意:此字段可能返回 null,表示取不到有效值。
-
setDeleteFlag
public void setDeleteFlag(Boolean DeleteFlag)
Set 删除标识,true: 可删除;false: 不可删除 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DeleteFlag
- 删除标识,true: 可删除;false: 不可删除 注意:此字段可能返回 null,表示取不到有效值。
-
getProgramId
public String getProgramId()
Get 数据集ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProgramId 数据集ID 注意:此字段可能返回 null,表示取不到有效值。
-
setProgramId
public void setProgramId(String ProgramId)
Set 数据集ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProgramId
- 数据集ID 注意:此字段可能返回 null,表示取不到有效值。
-
-