| Package | Description | 
|---|---|
| com.tencentcloudapi.mdp.v20200527.models | 
| Modifier and Type | Method and Description | 
|---|---|
| ChannelInfo[] | DeleteStreamPackageChannelsResponse. getFailInfos()Get List of the information of the channels that failed to be deleted | 
| ChannelInfo | DescribeStreamPackageChannelResponse. getInfo()Get Channel information | 
| ChannelInfo[] | DescribeStreamPackageChannelsResponse. getInfos()Get List of channel information
Note: this field may return `null`, indicating that no valid value was found. | 
| ChannelInfo[] | DeleteStreamPackageChannelsResponse. getSuccessInfos()Get List of the information of successfully deleted channels | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DeleteStreamPackageChannelsResponse. setFailInfos(ChannelInfo[] FailInfos)Set List of the information of the channels that failed to be deleted | 
| void | DescribeStreamPackageChannelResponse. setInfo(ChannelInfo Info)Set Channel information | 
| void | DescribeStreamPackageChannelsResponse. setInfos(ChannelInfo[] Infos)Set List of channel information
Note: this field may return `null`, indicating that no valid value was found. | 
| void | DeleteStreamPackageChannelsResponse. setSuccessInfos(ChannelInfo[] SuccessInfos)Set List of the information of successfully deleted channels | 
| Constructor and Description | 
|---|
| ChannelInfo(ChannelInfo 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 © 2021. All rights reserved.