public final class

AlignmentProto.VerticalAlignmentProp.Builder

extends <any>

implements AlignmentProto.VerticalAlignmentPropOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.AlignmentProto.VerticalAlignmentProp.Builder

Overview

 An extensible VerticalAlignment property.
 
Protobuf type androidx.wear.protolayout.proto.VerticalAlignmentProp

Summary

Methods
public AlignmentProto.VerticalAlignmentProp.BuilderclearValue()

 The value.

public AlignmentProto.VerticalAlignmentgetValue()

 The value.

public intgetValueValue()

 The value.

public AlignmentProto.VerticalAlignmentProp.BuildersetValue(AlignmentProto.VerticalAlignment value)

 The value.

public AlignmentProto.VerticalAlignmentProp.BuildersetValueValue(int value)

 The value.

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

Methods

public int getValueValue()

 The value.
 
.androidx.wear.protolayout.proto.VerticalAlignment value = 1;

Returns:

The enum numeric value on the wire for value.

public AlignmentProto.VerticalAlignmentProp.Builder setValueValue(int value)

 The value.
 
.androidx.wear.protolayout.proto.VerticalAlignment value = 1;

Parameters:

value: The value to set.

Returns:

This builder for chaining.

 The value.
 
.androidx.wear.protolayout.proto.VerticalAlignment value = 1;

Returns:

The value.

 The value.
 
.androidx.wear.protolayout.proto.VerticalAlignment value = 1;

Parameters:

value: The enum numeric value on the wire for value to set.

Returns:

This builder for chaining.

 The value.
 
.androidx.wear.protolayout.proto.VerticalAlignment value = 1;

Returns:

This builder for chaining.