Class LongValue (2.20.2)

publicfinalclass LongValueextendsValue<Long>

Inheritance

java.lang.Object > Value > LongValue

Static Methods

newBuilder(long value)

publicstaticLongValue.BuildernewBuilder(longvalue)
Parameter
Name Description
value long
Returns
Type Description
LongValue.Builder

of(long value)

publicstaticLongValueof(longvalue)
Parameter
Name Description
value long
Returns
Type Description
LongValue

Constructors

LongValue(long value)

publicLongValue(longvalue)
Parameter
Name Description
value long

Methods

toBuilder()

publicLongValue.BuildertoBuilder()
Returns
Type Description
LongValue.Builder
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.