com.devcycle.sdk.server.local.protobuf.NullableDoubleOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-server-sdk Show documentation
Show all versions of java-server-sdk Show documentation
Server side SDK to interact with DevCycle.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: variableForUserParams.proto
package com.devcycle.sdk.server.local.protobuf;
public interface NullableDoubleOrBuilder extends
// @@protoc_insertion_point(interface_extends:NullableDouble)
com.google.protobuf.MessageOrBuilder {
/**
* double value = 1;
* @return The value.
*/
double getValue();
/**
* bool isNull = 2;
* @return The isNull.
*/
boolean getIsNull();
}