public final class

TypeBuilders.Int32Prop

extends java.lang.Object

 java.lang.Object

↳androidx.wear.protolayout.TypeBuilders.Int32Prop

Overview

An int32 type.

Summary

Methods
public static TypeBuilders.Int32PropfromProto(TypesProto.Int32Prop proto, Fingerprint fingerprint)

Creates a new wrapper instance from the proto.

public FingerprintgetFingerprint()

Get the fingerprint for this object, or null if unknown.

public intgetValue()

Gets the static value.

public TypesProto.Int32ProptoProto()

Returns the internal proto instance.

public java.lang.StringtoString()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Methods

public int getValue()

Gets the static value.

public Fingerprint getFingerprint()

Get the fingerprint for this object, or null if unknown.

public static TypeBuilders.Int32Prop fromProto(TypesProto.Int32Prop proto, Fingerprint fingerprint)

Creates a new wrapper instance from the proto.

public TypesProto.Int32Prop toProto()

Returns the internal proto instance.

public java.lang.String toString()