public class Connectors extends AbstractModel
header, skipSign| Constructor and Description |
|---|
Connectors() |
Connectors(Connectors 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 |
getConnectionMethod()
Get 连接方式
|
String |
getConnector()
Get 连接器名称
|
Boolean |
getExisted()
Get 是否已经被使用
|
void |
setConnectionMethod(String ConnectionMethod)
Set 连接方式
|
void |
setConnector(String Connector)
Set 连接器名称
|
void |
setExisted(Boolean Existed)
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, toJsonStringpublic Connectors()
public Connectors(Connectors source)
public String getConnectionMethod()
public void setConnectionMethod(String ConnectionMethod)
ConnectionMethod - 连接方式public String getConnector()
public void setConnector(String Connector)
Connector - 连接器名称public Boolean getExisted()
public void setExisted(Boolean Existed)
Existed - 是否已经被使用Copyright © 2025. All rights reserved.