Class TotalUserProfiles
java.lang.Object
co.elastic.clients.elasticsearch.security.suggest_user_profiles.TotalUserProfiles
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class TotalUserProfiles extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTotalUserProfiles.BuilderBuilder forTotalUserProfiles. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<TotalUserProfiles>_DESERIALIZERJson deserializer forTotalUserProfiles -
Method Summary
Modifier and Type Method Description static TotalUserProfilesof(java.util.function.Function<TotalUserProfiles.Builder,ObjectBuilder<TotalUserProfiles>> fn)java.lang.Stringrelation()Required - API name:relationvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupTotalUserProfilesDeserializer(ObjectDeserializer<TotalUserProfiles.Builder> op)java.lang.StringtoString()longvalue()Required - API name:valueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forTotalUserProfiles
-
-
Method Details
-
of
public static TotalUserProfiles of(java.util.function.Function<TotalUserProfiles.Builder,ObjectBuilder<TotalUserProfiles>> fn) -
value
public final long value()Required - API name:value -
relation
public final java.lang.String relation()Required - API name:relation -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupTotalUserProfilesDeserializer
protected static void setupTotalUserProfilesDeserializer(ObjectDeserializer<TotalUserProfiles.Builder> op)
-