public class CreateMediaPackageChannelEndpointRequest extends AbstractModel
| Constructor and Description | 
|---|
CreateMediaPackageChannelEndpointRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
EndpointAuthInfo | 
getAuthInfo()
Get Authentication information. 
 | 
String | 
getId()
Get Channel ID. 
 | 
String | 
getName()
Get Channel name. 
 | 
void | 
setAuthInfo(EndpointAuthInfo AuthInfo)
Set Authentication information. 
 | 
void | 
setId(String Id)
Set Channel ID. 
 | 
void | 
setName(String Name)
Set Channel name. 
 | 
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 CreateMediaPackageChannelEndpointRequest()
public String getId()
public void setId(String Id)
Id - Channel ID.public String getName()
public void setName(String Name)
Name - Channel name.public EndpointAuthInfo getAuthInfo()
public void setAuthInfo(EndpointAuthInfo AuthInfo)
AuthInfo - Authentication information.Copyright © 2021. All rights reserved.