public class ModifyStreamPackageChannelEndpointRequest extends AbstractModel
skipSign
Constructor and Description |
---|
ModifyStreamPackageChannelEndpointRequest() |
ModifyStreamPackageChannelEndpointRequest(ModifyStreamPackageChannelEndpointRequest 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 New channel authentication information
|
String |
getId()
Get Channel ID
|
String |
getName()
Get New endpoint name
|
String |
getUrl()
Get Channel endpoint URL
|
void |
setAuthInfo(EndpointAuthInfo AuthInfo)
Set New channel authentication information
|
void |
setId(String Id)
Set Channel ID
|
void |
setName(String Name)
Set New endpoint name
|
void |
setUrl(String Url)
Set Channel endpoint URL
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyStreamPackageChannelEndpointRequest()
public ModifyStreamPackageChannelEndpointRequest(ModifyStreamPackageChannelEndpointRequest source)
public String getId()
public void setId(String Id)
Id
- Channel IDpublic String getUrl()
public void setUrl(String Url)
Url
- Channel endpoint URLpublic String getName()
public void setName(String Name)
Name
- New endpoint namepublic EndpointAuthInfo getAuthInfo()
public void setAuthInfo(EndpointAuthInfo AuthInfo)
AuthInfo
- New channel authentication informationCopyright © 2023. All rights reserved.