Class Int64Value.Builder

All Implemented Interfaces:
Int64ValueOrBuilder, MessageLite.Builder, MessageLiteOrBuilder, Cloneable
Enclosing class:
Int64Value

public static final class Int64Value.Builder extends GeneratedMessageLite.Builder<Int64Value,Int64Value.Builder> implements Int64ValueOrBuilder
 Wrapper message for `int64`.

 The JSON representation for `Int64Value` is JSON string.
 
Protobuf type google.protobuf.Int64Value
  • Constructor Details

    • Builder

      private Builder()
  • Method Details

    • getValue

      public long getValue()
       The int64 value.
       
      int64 value = 1;
      Specified by:
      getValue in interface Int64ValueOrBuilder
      Returns:
      The value.
    • setValue

      public Int64Value.Builder setValue(long value)
       The int64 value.
       
      int64 value = 1;
      Parameters:
      value - The value to set.
      Returns:
      This builder for chaining.
    • clearValue

      public Int64Value.Builder clearValue()
       The int64 value.
       
      int64 value = 1;
      Returns:
      This builder for chaining.