public class SessionOptionValueFactory extends Object
| Constructor and Description |
|---|
SessionOptionValueFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SessionOptionValue |
makeEmptySessionOptionValue() |
static SessionOptionValue |
makeSessionOptionValue(boolean value) |
static SessionOptionValue |
makeSessionOptionValue(double value) |
static SessionOptionValue |
makeSessionOptionValue(Flight.SessionOptionValue proto)
Construct a SessionOptionValue from its Protobuf object representation.
|
static SessionOptionValue |
makeSessionOptionValue(long value) |
static SessionOptionValue |
makeSessionOptionValue(String value) |
static SessionOptionValue |
makeSessionOptionValue(String[] value) |
public static SessionOptionValue makeSessionOptionValue(String value)
public static SessionOptionValue makeSessionOptionValue(boolean value)
public static SessionOptionValue makeSessionOptionValue(long value)
public static SessionOptionValue makeSessionOptionValue(double value)
public static SessionOptionValue makeSessionOptionValue(String[] value)
public static SessionOptionValue makeEmptySessionOptionValue()
public static SessionOptionValue makeSessionOptionValue(Flight.SessionOptionValue proto)
Copyright © 2024 The Apache Software Foundation. All rights reserved.