public class PhysicalPosition extends AbstractModel
Constructor and Description |
---|
PhysicalPosition() |
Modifier and Type | Method and Description |
---|---|
String |
getPosId()
Get 机位
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRackId()
Get 机架
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSwitchId()
Get 交换机
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPosId(String PosId)
Set 机位
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRackId(String RackId)
Set 机架
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSwitchId(String SwitchId)
Set 交换机
注意:此字段可能返回 null,表示取不到有效值。
|
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 String getPosId()
public void setPosId(String PosId)
PosId
- 机位
注意:此字段可能返回 null,表示取不到有效值。public String getRackId()
public void setRackId(String RackId)
RackId
- 机架
注意:此字段可能返回 null,表示取不到有效值。public String getSwitchId()
public void setSwitchId(String SwitchId)
SwitchId
- 交换机
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.