Class EventAttributeValue
java.lang.Object
org.openqa.selenium.remote.tracing.EventAttributeValue
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionEventAttributeValue
(boolean value) EventAttributeValue
(boolean[] value) EventAttributeValue
(double value) EventAttributeValue
(double[] value) EventAttributeValue
(long value) EventAttributeValue
(long[] value) EventAttributeValue
(String value) EventAttributeValue
(String[] value) -
Method Summary
-
Constructor Details
-
EventAttributeValue
-
EventAttributeValue
public EventAttributeValue(long value) -
EventAttributeValue
public EventAttributeValue(double value) -
EventAttributeValue
public EventAttributeValue(boolean value) -
EventAttributeValue
-
EventAttributeValue
public EventAttributeValue(long[] value) -
EventAttributeValue
public EventAttributeValue(double[] value) -
EventAttributeValue
public EventAttributeValue(boolean[] value)
-
-
Method Details
-
getStringValue
-
getNumberValue
-
getBooleanValue
-
getStringArrayValue
-
getLongArrayValue
public long[] getLongArrayValue() -
getDoubleArrayValue
public double[] getDoubleArrayValue() -
getBooleanArrayValue
public boolean[] getBooleanArrayValue() -
getAttributeType
-