public class DeleteStreamPackageChannelEndpointsRequest extends AbstractModel
| 构造器和说明 |
|---|
DeleteStreamPackageChannelEndpointsRequest() |
DeleteStreamPackageChannelEndpointsRequest(DeleteStreamPackageChannelEndpointsRequest 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getId()
Get Channel ID
|
String[] |
getUrls()
Get List of the URLs of the endpoints to delete
|
void |
setId(String Id)
Set Channel ID
|
void |
setUrls(String[] Urls)
Set List of the URLs of the endpoints to delete
|
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, toJsonStringpublic DeleteStreamPackageChannelEndpointsRequest()
public DeleteStreamPackageChannelEndpointsRequest(DeleteStreamPackageChannelEndpointsRequest source)
public String getId()
public void setId(String Id)
Id - Channel IDpublic String[] getUrls()
public void setUrls(String[] Urls)
Urls - List of the URLs of the endpoints to deleteCopyright © 2022. All rights reserved.