public class DeleteMediaPackageChannelsResponse extends AbstractModel
Constructor and Description |
---|
DeleteMediaPackageChannelsResponse() |
Modifier and Type | Method and Description |
---|---|
ChannelInfo[] |
getFailInfos()
Get The information list of channels that failed to be deleted.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
ChannelInfo[] |
getSuccessInfos()
Get The information list of channels that have been deleted.
|
void |
setFailInfos(ChannelInfo[] FailInfos)
Set The information list of channels that failed to be deleted.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSuccessInfos(ChannelInfo[] SuccessInfos)
Set The information list of channels that have been deleted.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ChannelInfo[] getSuccessInfos()
public void setSuccessInfos(ChannelInfo[] SuccessInfos)
SuccessInfos
- The information list of channels that have been deleted.public ChannelInfo[] getFailInfos()
public void setFailInfos(ChannelInfo[] FailInfos)
FailInfos
- The information list of channels that failed to be deleted.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.