Class DtoDeviceStateAspect
java.lang.Object
com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspect
- All Implemented Interfaces:
IDtoDeviceStateAspect
One aspect of a device state.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDtoDeviceStateAspect(String key, IDtoAbstractDeviceStateAspectType type, String value) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()The name of this aspect/dimension.getType()The type of this aspect/dimension.getValue()The value of the deviceState in this aspect/dimension.inthashCode()voidThe name of this aspect/dimension.voidThe type of this aspect/dimension.voidThe value of the deviceState in this aspect/dimension.The name of this aspect/dimension.The type of this aspect/dimension.The value of the deviceState in this aspect/dimension.
-
Constructor Details
-
DtoDeviceStateAspect
protected DtoDeviceStateAspect() -
DtoDeviceStateAspect
-
-
Method Details
-
getKey
The name of this aspect/dimension.- Specified by:
getKeyin interfaceIDtoDeviceStateAspect
-
setKey
The name of this aspect/dimension.- Specified by:
setKeyin interfaceIDtoDeviceStateAspect
-
getType
The type of this aspect/dimension.- Specified by:
getTypein interfaceIDtoDeviceStateAspect
-
setType
The type of this aspect/dimension.- Specified by:
setTypein interfaceIDtoDeviceStateAspect
-
getValue
The value of the deviceState in this aspect/dimension.- Specified by:
getValuein interfaceIDtoDeviceStateAspect
-
setValue
The value of the deviceState in this aspect/dimension.- Specified by:
setValuein interfaceIDtoDeviceStateAspect
-
equals
-
hashCode
public int hashCode() -
withKey
The name of this aspect/dimension. -
withType
The type of this aspect/dimension. -
withValue
The value of the deviceState in this aspect/dimension.
-