AppFunctionResponseMetadata


public final class AppFunctionResponseMetadata


Represents an AppFunction's response metadata.

Summary

Public constructors

Public methods

boolean
equals(Object other)
final @NonNull AppFunctionDataTypeMetadata

The schema of the return value type.

int
@NonNull String

Public constructors

AppFunctionResponseMetadata

Added in 1.0.0-alpha01
public AppFunctionResponseMetadata(
    @NonNull AppFunctionDataTypeMetadata valueType
)

Public methods

equals

public boolean equals(Object other)

getValueType

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

The schema of the return value type.

hashCode

public int hashCode()

toString

public @NonNull String toString()