Package com.google.genkit.core.tracing
Class GenkitSpanData.BoolValue
java.lang.Object
com.google.genkit.core.tracing.GenkitSpanData.BoolValue
- Enclosing class:
GenkitSpanData
BoolValue wraps a boolean to match the expected JSON format.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BoolValue
public BoolValue() -
BoolValue
public BoolValue(boolean value)
-
-
Method Details
-
getValue
public boolean getValue() -
setValue
public void setValue(boolean value)
-