public class ConnectionBrief extends AbstractModel
header, skipSign
Constructor and Description |
---|
ConnectionBrief() |
ConnectionBrief(ConnectionBrief 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 |
getStatus()
Get Connector status
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getType()
Get Connector type
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setStatus(String Status)
Set Connector status
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setType(String Type)
Set Connector type
Note: This field may return `null`, indicating that no valid values can be obtained.
|
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 ConnectionBrief()
public ConnectionBrief(ConnectionBrief source)
public String getType()
public void setType(String Type)
Type
- Connector type
Note: This field may return `null`, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- Connector status
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.