public class IncrementalMigrationHttpEndpointInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
IncrementalMigrationHttpEndpointInfo() |
IncrementalMigrationHttpEndpointInfo(IncrementalMigrationHttpEndpointInfo 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 |
getEndpoint()
Get 地址信息,支持域名或 IP 地址。
|
String[] |
getStandbyEndpointSet()
Get 备份地址信息。
|
void |
setEndpoint(String Endpoint)
Set 地址信息,支持域名或 IP 地址。
|
void |
setStandbyEndpointSet(String[] StandbyEndpointSet)
Set 备份地址信息。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public IncrementalMigrationHttpEndpointInfo()
public IncrementalMigrationHttpEndpointInfo(IncrementalMigrationHttpEndpointInfo source)
public String getEndpoint()
public void setEndpoint(String Endpoint)
Endpoint
- 地址信息,支持域名或 IP 地址。public String[] getStandbyEndpointSet()
public void setStandbyEndpointSet(String[] StandbyEndpointSet)
StandbyEndpointSet
- 备份地址信息。Copyright © 2025. All rights reserved.