Class PhysicalPosition
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.PhysicalPosition
-
public class PhysicalPosition extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PhysicalPosition
public PhysicalPosition()
-
PhysicalPosition
public 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.
-
-
Method Detail
-
getPosId
public String getPosId()
Get 机位 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PosId 机位 注意:此字段可能返回 null,表示取不到有效值。
-
setPosId
public void setPosId(String PosId)
Set 机位 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PosId
- 机位 注意:此字段可能返回 null,表示取不到有效值。
-
getRackId
public String getRackId()
Get 机架 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RackId 机架 注意:此字段可能返回 null,表示取不到有效值。
-
setRackId
public void setRackId(String RackId)
Set 机架 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RackId
- 机架 注意:此字段可能返回 null,表示取不到有效值。
-
getSwitchId
public String getSwitchId()
Get 交换机 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SwitchId 交换机 注意:此字段可能返回 null,表示取不到有效值。
-
setSwitchId
public void setSwitchId(String SwitchId)
Set 交换机 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SwitchId
- 交换机 注意:此字段可能返回 null,表示取不到有效值。
-
-