跳到主要内容
版本:v3.0.x

getDescription()

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

Java
public String getDescription()

Request Syntax

Java
getDescription()

RETURN TYPE:

String

RETURNS:

The return value will be the description 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.getDescription();

// ""