public class DeviceGroupDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeviceGroupDetail() |
DeviceGroupDetail(DeviceGroupDetail 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 |
---|---|
Long |
getBindAccount()
Get 对应绑定的账号id
|
String |
getBindAccountName()
Get 绑定账号的用户名
|
Long |
getCount()
Get 子节点数量
|
String |
getDescription()
Get 设备组描述
|
Long |
getFromAuto()
Get 是否自动调整
|
Boolean |
getHasIp()
Get 是否有组ip
|
String |
getIcon()
Get 图标
|
Long |
getId()
Get 设备组id
|
String |
getIdPath()
Get 基于id的节点路径
|
Boolean |
getIsLeaf()
Get 是否是叶子节点
|
Long |
getLocked()
Get 分组锁定状态
|
String |
getName()
Get 设备组名称
|
String |
getNamePath()
Get 基于名称的节点路径
|
Long |
getOsType()
Get 系统类型(0: win,1:linux,2: mac,4:android,5:ios )
|
Long |
getParentId()
Get 父节点id
|
Boolean |
getReadOnly()
Get 是否只读
|
Long |
getSort()
Get 排序
|
Long |
getWithIp()
Get 是否有ip
|
void |
setBindAccount(Long BindAccount)
Set 对应绑定的账号id
|
void |
setBindAccountName(String BindAccountName)
Set 绑定账号的用户名
|
void |
setCount(Long Count)
Set 子节点数量
|
void |
setDescription(String Description)
Set 设备组描述
|
void |
setFromAuto(Long FromAuto)
Set 是否自动调整
|
void |
setHasIp(Boolean HasIp)
Set 是否有组ip
|
void |
setIcon(String Icon)
Set 图标
|
void |
setId(Long Id)
Set 设备组id
|
void |
setIdPath(String IdPath)
Set 基于id的节点路径
|
void |
setIsLeaf(Boolean IsLeaf)
Set 是否是叶子节点
|
void |
setLocked(Long Locked)
Set 分组锁定状态
|
void |
setName(String Name)
Set 设备组名称
|
void |
setNamePath(String NamePath)
Set 基于名称的节点路径
|
void |
setOsType(Long OsType)
Set 系统类型(0: win,1:linux,2: mac,4:android,5:ios )
|
void |
setParentId(Long ParentId)
Set 父节点id
|
void |
setReadOnly(Boolean ReadOnly)
Set 是否只读
|
void |
setSort(Long Sort)
Set 排序
|
void |
setWithIp(Long WithIp)
Set 是否有ip
|
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 DeviceGroupDetail()
public DeviceGroupDetail(DeviceGroupDetail source)
public Long getId()
public void setId(Long Id)
Id
- 设备组idpublic String getName()
public void setName(String Name)
Name
- 设备组名称public String getDescription()
public void setDescription(String Description)
Description
- 设备组描述public Long getParentId()
public void setParentId(Long ParentId)
ParentId
- 父节点idpublic String getIdPath()
public void setIdPath(String IdPath)
IdPath
- 基于id的节点路径public String getNamePath()
public void setNamePath(String NamePath)
NamePath
- 基于名称的节点路径public Long getLocked()
public void setLocked(Long Locked)
Locked
- 分组锁定状态public Long getOsType()
public void setOsType(Long OsType)
OsType
- 系统类型(0: win,1:linux,2: mac,4:android,5:ios )public Long getSort()
public void setSort(Long Sort)
Sort
- 排序public Long getFromAuto()
public void setFromAuto(Long FromAuto)
FromAuto
- 是否自动调整public Long getCount()
public void setCount(Long Count)
Count
- 子节点数量public String getIcon()
public void setIcon(String Icon)
Icon
- 图标public Long getWithIp()
public void setWithIp(Long WithIp)
WithIp
- 是否有ippublic Boolean getHasIp()
public void setHasIp(Boolean HasIp)
HasIp
- 是否有组ippublic Boolean getIsLeaf()
public void setIsLeaf(Boolean IsLeaf)
IsLeaf
- 是否是叶子节点public Boolean getReadOnly()
public void setReadOnly(Boolean ReadOnly)
ReadOnly
- 是否只读public Long getBindAccount()
public void setBindAccount(Long BindAccount)
BindAccount
- 对应绑定的账号idpublic String getBindAccountName()
public void setBindAccountName(String BindAccountName)
BindAccountName
- 绑定账号的用户名Copyright © 2025. All rights reserved.