public class ExtraInfo extends AbstractModel
| Constructor and Description | 
|---|
| ExtraInfo() | 
| ExtraInfo(ExtraInfo 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 | getTgwGroupName()Get TgwGroup name
Note: This field may return null, indicating that no valid values can be obtained. | 
| Boolean | getZhiTong()Get Whether to enable VIP direct connection
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setTgwGroupName(String TgwGroupName)Set TgwGroup name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setZhiTong(Boolean ZhiTong)Set Whether to enable VIP direct connection
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ExtraInfo()
public ExtraInfo(ExtraInfo source)
public Boolean getZhiTong()
public void setZhiTong(Boolean ZhiTong)
ZhiTong - Whether to enable VIP direct connection
Note: This field may return null, indicating that no valid values can be obtained.public String getTgwGroupName()
public void setTgwGroupName(String TgwGroupName)
TgwGroupName - TgwGroup name
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.