public class ModifyMediaPackageChannelInputAuthInfoRequest extends AbstractModel
Constructor and Description |
---|
ModifyMediaPackageChannelInputAuthInfoRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getActionType()
Get Authentication configuration type.
|
String |
getId()
Get Channel ID.
|
String |
getUrl()
Get Channel input URL.
|
void |
setActionType(String ActionType)
Set Authentication configuration type.
|
void |
setId(String Id)
Set Channel ID.
|
void |
setUrl(String Url)
Set Channel input URL.
|
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 ModifyMediaPackageChannelInputAuthInfoRequest()
public String getId()
public void setId(String Id)
Id
- Channel ID.public String getUrl()
public void setUrl(String Url)
Url
- Channel input URL.public String getActionType()
public void setActionType(String ActionType)
ActionType
- Authentication configuration type. Valid values: CLOSE, UPDATE.
CLOSE: disable authentication.
UPDATE: update authentication.Copyright © 2020. All rights reserved.