public class ModifyMediaPackageChannelInputAuthInfoRequest extends AbstractModel
Constructor and Description |
---|
ModifyMediaPackageChannelInputAuthInfoRequest() |
ModifyMediaPackageChannelInputAuthInfoRequest(ModifyMediaPackageChannelInputAuthInfoRequest 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 |
---|---|
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 ModifyMediaPackageChannelInputAuthInfoRequest(ModifyMediaPackageChannelInputAuthInfoRequest source)
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 © 2021. All rights reserved.