Class UInt64Value.Builder

All Implemented Interfaces:
MessageLite.Builder, MessageLiteOrBuilder, UInt64ValueOrBuilder, Cloneable
Enclosing class:
UInt64Value

public static final class UInt64Value.Builder extends GeneratedMessageLite.Builder<UInt64Value,UInt64Value.Builder> implements UInt64ValueOrBuilder
 Wrapper message for `uint64`.

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

    • Builder

      private Builder()
  • Method Details

    • getValue

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

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

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