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

cz.proto.BoundaryOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: statistics.proto

package cz.proto;

public interface BoundaryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.Boundary)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .cz.proto.BoundaryPoint lower = 1;
   * @return Whether the lower field is set.
   */
  boolean hasLower();
  /**
   * .cz.proto.BoundaryPoint lower = 1;
   * @return The lower.
   */
  cz.proto.BoundaryPoint getLower();
  /**
   * .cz.proto.BoundaryPoint lower = 1;
   */
  cz.proto.BoundaryPointOrBuilder getLowerOrBuilder();

  /**
   * .cz.proto.BoundaryPoint upper = 2;
   * @return Whether the upper field is set.
   */
  boolean hasUpper();
  /**
   * .cz.proto.BoundaryPoint upper = 2;
   * @return The upper.
   */
  cz.proto.BoundaryPoint getUpper();
  /**
   * .cz.proto.BoundaryPoint upper = 2;
   */
  cz.proto.BoundaryPointOrBuilder getUpperOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy