AppFunctionResponseMetadata


public final class AppFunctionResponseMetadata


Represents an AppFunction's response metadata.

Summary

Public constructors

Public methods

boolean
equals(Object other)
final @NonNull String

A description of the response and its intended use.

final @NonNull AppFunctionDataTypeMetadata

The schema of the return value type.

int
@NonNull String

Public constructors

AppFunctionResponseMetadata

Added in 1.0.0-alpha03
public AppFunctionResponseMetadata(
    @NonNull AppFunctionDataTypeMetadata valueType,
    @NonNull String description
)

Public methods

equals

public boolean equals(Object other)

getDescription

Added in 1.0.0-alpha03
public final @NonNull String getDescription()

A description of the response and its intended use.

getValueType

Added in 1.0.0-alpha03
public final @NonNull AppFunctionDataTypeMetadata getValueType()

The schema of the return value type.

hashCode

public int hashCode()

toString

public @NonNull String toString()