Class UInt32Value.Builder

    • Constructor Detail

      • Builder

        private Builder()
    • Method Detail

      • 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.