public class IntranetConfigOut extends AbstractModel
header, skipSign
Constructor and Description |
---|
IntranetConfigOut() |
IntranetConfigOut(IntranetConfigOut 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[] |
getIpAddress()
Get 若已启用固定内网IP,则该字段返回使用的IP列表
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIpFixed()
Get 是否启用固定内网IP
ENABLE 为启用
DISABLE 为不启用
|
void |
setIpAddress(String[] IpAddress)
Set 若已启用固定内网IP,则该字段返回使用的IP列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIpFixed(String IpFixed)
Set 是否启用固定内网IP
ENABLE 为启用
DISABLE 为不启用
|
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 IntranetConfigOut()
public IntranetConfigOut(IntranetConfigOut source)
public String getIpFixed()
public void setIpFixed(String IpFixed)
IpFixed
- 是否启用固定内网IP
ENABLE 为启用
DISABLE 为不启用public String[] getIpAddress()
public void setIpAddress(String[] IpAddress)
IpAddress
- 若已启用固定内网IP,则该字段返回使用的IP列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.