public class DeviceRackOn extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeviceRackOn() | 
| DeviceRackOn(DeviceRackOn 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 | getDeviceSn()Get 设备sn | 
| String | getDstIp()Get 设备ip | 
| String | getDstPositionCode()Get 目标机位,服务器必传,网络设备不用传 | 
| String | getDstRackName()Get 目标机架 | 
| void | setDeviceSn(String DeviceSn)Set 设备sn | 
| void | setDstIp(String DstIp)Set 设备ip | 
| void | setDstPositionCode(String DstPositionCode)Set 目标机位,服务器必传,网络设备不用传 | 
| void | setDstRackName(String DstRackName)Set 目标机架 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeviceRackOn()
public DeviceRackOn(DeviceRackOn source)
public String getDeviceSn()
public void setDeviceSn(String DeviceSn)
DeviceSn - 设备snpublic String getDstRackName()
public void setDstRackName(String DstRackName)
DstRackName - 目标机架public String getDstPositionCode()
public void setDstPositionCode(String DstPositionCode)
DstPositionCode - 目标机位,服务器必传,网络设备不用传public String getDstIp()
public void setDstIp(String DstIp)
DstIp - 设备ipCopyright © 2025. All rights reserved.