public static class BrmDeviceTreeResponse.DeviceTreeData extends Object
| 构造器和说明 |
|---|
DeviceTreeData() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCameraType() |
String |
getCapability() |
int |
getDeviceCategory() |
String |
getDeviceCode() |
String |
getDeviceModel() |
int |
getDeviceType() |
String |
getIconType() |
String |
getId() |
int |
getIsVirtual() |
String |
getName() |
String |
getNodeType() |
String |
getOwnerCode() |
String |
getPid() |
String |
getSn() |
String |
getType() |
int |
getUnitType() |
boolean |
isCheck() |
boolean |
isParent() |
void |
setCameraType(String cameraType) |
void |
setCapability(String capability) |
void |
setCheck(boolean check) |
void |
setDeviceCategory(int deviceCategory) |
void |
setDeviceCode(String deviceCode) |
void |
setDeviceModel(String deviceModel) |
void |
setDeviceType(int deviceType) |
void |
setIconType(String iconType) |
void |
setId(String id) |
void |
setIsVirtual(int isVirtual) |
void |
setName(String name) |
void |
setNodeType(String nodeType) |
void |
setOwnerCode(String ownerCode) |
void |
setParent(boolean parent) |
void |
setPid(String pid) |
void |
setSn(String sn) |
void |
setType(String type) |
void |
setUnitType(int unitType) |
String |
toString() |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getPid()
public void setPid(String pid)
public String getType()
public void setType(String type)
public String getNodeType()
public void setNodeType(String nodeType)
public String getIconType()
public void setIconType(String iconType)
public boolean isParent()
public void setParent(boolean parent)
public boolean isCheck()
public void setCheck(boolean check)
public int getDeviceCategory()
public void setDeviceCategory(int deviceCategory)
public String getDeviceModel()
public void setDeviceModel(String deviceModel)
public int getDeviceType()
public void setDeviceType(int deviceType)
public String getDeviceCode()
public void setDeviceCode(String deviceCode)
public int getUnitType()
public void setUnitType(int unitType)
public String getOwnerCode()
public void setOwnerCode(String ownerCode)
public String getCameraType()
public void setCameraType(String cameraType)
public String getCapability()
public void setCapability(String capability)
public String getSn()
public void setSn(String sn)
public int getIsVirtual()
public void setIsVirtual(int isVirtual)
Copyright © 2023. All rights reserved.