跳到主要内容
版本:v2.6.x

getName()

This operation returns the name of an Array of Structs field.

Java
public String getName()

Request Syntax

Java
getName()

RETURN TYPE:

String

RETURNS:

The return value will be the name of the specified Array of Struct field.

Examples

Java
// You can get an instance of StructFieldSchema by describing
// a collection containing an Array of Struct field.

structFieldSchema.getName();

// "array_of_structs"