Package com.seeq.model
Class ScalarValueOutputV1
java.lang.Object
com.seeq.model.ScalarValueOutputV1
The effective access key validity duration. Either the direct accessKeyValidityDuration property or the 'Authentication/AccessKey/ValidityWithoutUserLogin' configuration. After the last user activity, authentication is allowed with an access key for the period specified here. A value of 0 will effectively disable access keys for this user.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
True if this scalar is uncertaingetUom()
The unit of measure of the scalargetValue()
The value of the scalarint
hashCode()
isUncertain
(Boolean isUncertain) void
setIsUncertain
(Boolean isUncertain) void
void
toString()
-
Constructor Details
-
ScalarValueOutputV1
public ScalarValueOutputV1()
-
-
Method Details
-
isUncertain
-
getIsUncertain
True if this scalar is uncertain- Returns:
- isUncertain
-
setIsUncertain
-
uom
-
getUom
The unit of measure of the scalar- Returns:
- uom
-
setUom
-
value
-
getValue
The value of the scalar- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-