public class MeshInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<DeviceId> |
devices |
java.util.List<DeviceId> |
devicesForUpdate |
java.lang.Integer |
meshIdentifier |
java.lang.String |
meshKey |
MeshType |
meshType |
java.lang.String |
name |
Device.Settings |
settings |
Constructor and Description |
---|
MeshInfo() |
public java.lang.String name
public MeshType meshType
public java.lang.Integer meshIdentifier
public java.lang.String meshKey
public java.util.List<DeviceId> devices
public java.util.List<DeviceId> devicesForUpdate
public Device.Settings settings