public class EndpointInfo extends AbstractModel
| 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic 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 © 2021. All rights reserved.