All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.devcycle.sdk.server.local.protobuf.NullableDoubleOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy