public static class PersistedOptionValueTest.MockPersistedOptionValue extends Object
| Modifier and Type | Field and Description |
|---|---|
Boolean |
bool_val |
Double |
float_val |
OptionValue.Kind |
kind |
String |
name |
Long |
num_val |
String |
string_val |
String |
type |
| Constructor and Description |
|---|
MockPersistedOptionValue(String type,
OptionValue.Kind kind,
String name,
Long num_val,
String string_val,
Boolean bool_val,
Double float_val) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.