| Package | Description | 
|---|---|
| com.tencentcloudapi.tsf.v20180326.models | 
| Modifier and Type | Method and Description | 
|---|---|
| ProgramItem[] | ModifyProgramRequest. getProgramItemList()Get 数据项列表,传入null不更新,传入空数组全量删除 | 
| ProgramItem[] | CreateProgramRequest. getProgramItemList()Get 数据项列表,传入null或空数组时不新增 | 
| ProgramItem[] | Program. getProgramItemList()Get 数据项列表,无值时返回空数组 | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ModifyProgramRequest. setProgramItemList(ProgramItem[] ProgramItemList)Set 数据项列表,传入null不更新,传入空数组全量删除 | 
| void | CreateProgramRequest. setProgramItemList(ProgramItem[] ProgramItemList)Set 数据项列表,传入null或空数组时不新增 | 
| void | Program. setProgramItemList(ProgramItem[] ProgramItemList)Set 数据项列表,无值时返回空数组 | 
| Constructor and Description | 
|---|
| 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. | 
Copyright © 2025. All rights reserved.