Package core.support.objects
Class DeviceObject
- java.lang.Object
-
- core.support.objects.DeviceObject
-
public class DeviceObject extends Object
- Author:
- CAEHMAT
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceObject.DeviceType
-
Field Summary
Fields Modifier and Type Field Description StringdeviceNameintdevicePortDeviceObject.DeviceTypedeviceTypeBooleanisAvailable
-
Constructor Summary
Constructors Constructor Description DeviceObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceObjectwithDeviceName(String deviceName)DeviceObjectwithDevicePort(int devicePort)DeviceObjectwithDeviceType(DeviceObject.DeviceType type)DeviceObjectwithIsAvailable(Boolean isAvailable)
-
-
-
Field Detail
-
deviceName
public String deviceName
-
isAvailable
public Boolean isAvailable
-
deviceType
public DeviceObject.DeviceType deviceType
-
devicePort
public int devicePort
-
-
Method Detail
-
withDeviceName
public DeviceObject withDeviceName(String deviceName)
-
withIsAvailable
public DeviceObject withIsAvailable(Boolean isAvailable)
-
withDeviceType
public DeviceObject withDeviceType(DeviceObject.DeviceType type)
-
withDevicePort
public DeviceObject withDevicePort(int devicePort)
-
-