public class EndpointInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
EndpointInfo() |
EndpointInfo(EndpointInfo 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 Endpoint authentication information.
|
String |
getName()
Get Endpoint name.
|
String |
getUrl()
Get Endpoint URL.
|
void |
setAuthInfo(EndpointAuthInfo AuthInfo)
Set Endpoint authentication information.
|
void |
setName(String Name)
Set Endpoint name.
|
void |
setUrl(String Url)
Set Endpoint URL.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public EndpointInfo()
public EndpointInfo(EndpointInfo source)
public String getName()
public void setName(String Name)
Name
- Endpoint name.public String getUrl()
public void setUrl(String Url)
Url
- Endpoint URL.public EndpointAuthInfo getAuthInfo()
public void setAuthInfo(EndpointAuthInfo AuthInfo)
AuthInfo
- Endpoint authentication information.Copyright © 2024. All rights reserved.