Class DtoSingleAspectBasicValueTransitionExpense
java.lang.Object
com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueTransitionExpense
- All Implemented Interfaces:
IDtoSingleAspectBasicValueTransitionExpense
public class DtoSingleAspectBasicValueTransitionExpense
extends Object
implements IDtoSingleAspectBasicValueTransitionExpense
Internal of DtoSingleAspectBasicTransitionExpenseModel; An expense associated with a specific deviceStateAspectValue.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDtoSingleAspectBasicValueTransitionExpense(String aspectValue) -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe value of a deviceStateAspect.The cost or duration associated with setting or clearing this aspectValue.inthashCode()voidsetAspectValue(String aspectValue) The value of a deviceStateAspect.voidsetExpense(Double expense) The cost or duration associated with setting or clearing this aspectValue.withAspectValue(String aspectValue) The value of a deviceStateAspect.withExpense(Double expense) The cost or duration associated with setting or clearing this aspectValue.
-
Constructor Details
-
DtoSingleAspectBasicValueTransitionExpense
protected DtoSingleAspectBasicValueTransitionExpense() -
DtoSingleAspectBasicValueTransitionExpense
-
-
Method Details
-
getAspectValue
The value of a deviceStateAspect. No job implied, so special char $ is not allowed.- Specified by:
getAspectValuein interfaceIDtoSingleAspectBasicValueTransitionExpense
-
setAspectValue
The value of a deviceStateAspect. No job implied, so special char $ is not allowed.- Specified by:
setAspectValuein interfaceIDtoSingleAspectBasicValueTransitionExpense
-
getExpense
The cost or duration associated with setting or clearing this aspectValue.- Specified by:
getExpensein interfaceIDtoSingleAspectBasicValueTransitionExpense
-
setExpense
The cost or duration associated with setting or clearing this aspectValue.- Specified by:
setExpensein interfaceIDtoSingleAspectBasicValueTransitionExpense
-
withAspectValue
The value of a deviceStateAspect. No job implied, so special char $ is not allowed. -
withExpense
The cost or duration associated with setting or clearing this aspectValue. -
equals
-
hashCode
public int hashCode()
-