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
Modifier and Type Method Description DeviceObjectwithDeviceName(String deviceName)DeviceObjectwithDevicePort(int devicePort)DeviceObjectwithDeviceType(DeviceObject.DeviceType type)DeviceObjectwithIsAvailable(Boolean isAvailable)
-
Field Details
-
deviceName
-
isAvailable
-
deviceType
-
devicePort
public int devicePort
-
-
Constructor Details
-
DeviceObject
public DeviceObject()
-
-
Method Details
-
withDeviceName
-
withIsAvailable
-
withDeviceType
-
withDevicePort
-