Class UInt32Value.Builder

All Implemented Interfaces:
MessageLite.Builder, MessageLiteOrBuilder, UInt32ValueOrBuilder, Cloneable
Enclosing class:
UInt32Value

public static final class UInt32Value.Builder extends GeneratedMessageLite.Builder<UInt32Value,UInt32Value.Builder> implements UInt32ValueOrBuilder
 Wrapper message for `uint32`.

 The JSON representation for `UInt32Value` is JSON number.
 
Protobuf type google.protobuf.UInt32Value
  • Constructor Details

    • Builder

      private Builder()
  • Method Details

    • getValue

      public int getValue()
       The uint32 value.
       
      uint32 value = 1;
      Specified by:
      getValue in interface UInt32ValueOrBuilder
      Returns:
      The value.
    • setValue

      public UInt32Value.Builder setValue(int value)
       The uint32 value.
       
      uint32 value = 1;
      Parameters:
      value - The value to set.
      Returns:
      This builder for chaining.
    • clearValue

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