public class DevicesBindInfoLocation extends AbstractModel
Constructor and Description |
---|
DevicesBindInfoLocation() |
DevicesBindInfoLocation(DevicesBindInfoLocation 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 |
---|---|
DevicesBindInfoBackend[] |
getBackendSet()
Get 该转发路径所绑定的主机列表。
|
String |
getLocationId()
Get 转发路径实例ID。
|
String |
getUrl()
Get 转发路径。
|
void |
setBackendSet(DevicesBindInfoBackend[] BackendSet)
Set 该转发路径所绑定的主机列表。
|
void |
setLocationId(String LocationId)
Set 转发路径实例ID。
|
void |
setUrl(String Url)
Set 转发路径。
|
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 DevicesBindInfoLocation()
public DevicesBindInfoLocation(DevicesBindInfoLocation source)
public String getUrl()
public void setUrl(String Url)
Url
- 转发路径。public String getLocationId()
public void setLocationId(String LocationId)
LocationId
- 转发路径实例ID。public DevicesBindInfoBackend[] getBackendSet()
public void setBackendSet(DevicesBindInfoBackend[] BackendSet)
BackendSet
- 该转发路径所绑定的主机列表。Copyright © 2022. All rights reserved.