public class ModifyDeviceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDeviceRequest() |
ModifyDeviceRequest(ModifyDeviceRequest 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 |
getDepartmentId()
Get 资产所属部门ID
|
String |
getDomainId()
Get 网络域Id
|
Long[] |
getGroupIdSet()
Get 资产所属组ID集合
|
Long |
getId()
Get 资产记录ID
|
Long |
getPort()
Get 管理端口
|
void |
setDepartmentId(String DepartmentId)
Set 资产所属部门ID
|
void |
setDomainId(String DomainId)
Set 网络域Id
|
void |
setGroupIdSet(Long[] GroupIdSet)
Set 资产所属组ID集合
|
void |
setId(Long Id)
Set 资产记录ID
|
void |
setPort(Long Port)
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, toJsonString
public ModifyDeviceRequest()
public ModifyDeviceRequest(ModifyDeviceRequest source)
public Long getId()
public void setId(Long Id)
Id
- 资产记录IDpublic Long getPort()
public void setPort(Long Port)
Port
- 管理端口public Long[] getGroupIdSet()
public void setGroupIdSet(Long[] GroupIdSet)
GroupIdSet
- 资产所属组ID集合public String getDepartmentId()
public void setDepartmentId(String DepartmentId)
DepartmentId
- 资产所属部门IDpublic String getDomainId()
public void setDomainId(String DomainId)
DomainId
- 网络域IdCopyright © 2024. All rights reserved.