AppFunctionLongTypeMetadata


public final class AppFunctionLongTypeMetadata extends AppFunctionDataTypeMetadata


Defines the schema of a long data type.

Corresponds to a kotlin.Long.

Summary

Public constructors

AppFunctionLongTypeMetadata(
    boolean isNullable,
    @NonNull String description
)

Public methods

boolean
equals(Object other)
int
@NonNull String

Inherited methods

From androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
final @NonNull String

A description of the data type and its intended use.

final boolean

Whether the data type is nullable.

Public constructors

AppFunctionLongTypeMetadata

Added in 1.0.0-alpha03
public AppFunctionLongTypeMetadata(
    boolean isNullable,
    @NonNull String description
)

Public methods

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public @NonNull String toString()