Class QueryApiKeysResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.QueryApiKeysResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<QueryApiKeysResponse>Json deserializer forQueryApiKeysResponse -
Method Summary
Modifier and TypeMethodDescriptionapiKeys()Required - API name:api_keysfinal intcount()Required - API name:countstatic QueryApiKeysResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final inttotal()Required - API name:total
-
Field Details
-
_DESERIALIZER
Json deserializer forQueryApiKeysResponse
-
-
Method Details
-
of
public static QueryApiKeysResponse of(Function<QueryApiKeysResponse.Builder, ObjectBuilder<QueryApiKeysResponse>> fn) -
total
public final int total()Required - API name:total -
count
public final int count()Required - API name:count -
apiKeys
Required - API name:api_keys -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupQueryApiKeysResponseDeserializer
protected static void setupQueryApiKeysResponseDeserializer(ObjectDeserializer<QueryApiKeysResponse.Builder> op)
-