public class CreateMediaPackageChannelEndpointRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateMediaPackageChannelEndpointRequest() | 
| CreateMediaPackageChannelEndpointRequest(CreateMediaPackageChannelEndpointRequest 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. | 
| 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 CreateMediaPackageChannelEndpointRequest(CreateMediaPackageChannelEndpointRequest source)
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.