public class ModifyStreamPackageChannelInputAuthInfoRequest extends AbstractModel
Constructor and Description |
---|
ModifyStreamPackageChannelInputAuthInfoRequest() |
ModifyStreamPackageChannelInputAuthInfoRequest(ModifyStreamPackageChannelInputAuthInfoRequest 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.
|
String |
getId()
Get Channel ID
|
String |
getUrl()
Get Channel input URL
|
void |
setActionType(String ActionType)
Set Authentication configuration.
|
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 ModifyStreamPackageChannelInputAuthInfoRequest()
public ModifyStreamPackageChannelInputAuthInfoRequest(ModifyStreamPackageChannelInputAuthInfoRequest source)
public String getId()
public void setId(String Id)
Id
- Channel IDpublic String getUrl()
public void setUrl(String Url)
Url
- Channel input URLpublic String getActionType()
public void setActionType(String ActionType)
ActionType
- Authentication configuration. Valid values: `CLOSE`, `UPDATE`
`CLOSE`: disable authentication
`UPDATE`: update authentication informationCopyright © 2023. All rights reserved.