public class PhysicalPosition extends AbstractModel
Constructor and Description |
---|
PhysicalPosition() |
PhysicalPosition(PhysicalPosition 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 |
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 PhysicalPosition()
public PhysicalPosition(PhysicalPosition source)
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 © 2022. All rights reserved.