类 GetApiKeyResponse
java.lang.Object
org.easysearch.client.security.GetApiKeyResponse
public final class GetApiKeyResponse
extends java.lang.Object
Response for get API keys.
The result contains information about the API keys that were found.
The result contains information about the API keys that were found.
-
构造器概要
构造器 构造器 说明 GetApiKeyResponse(java.util.List<ApiKey> foundApiKeysInfo) -
方法概要
修饰符和类型 方法 说明 static GetApiKeyResponseemptyResponse()booleanequals(java.lang.Object obj)static GetApiKeyResponsefromXContent(org.easysearch.common.xcontent.XContentParser parser)java.util.List<ApiKey>getApiKeyInfos()inthashCode()java.lang.StringtoString()从类继承的方法 java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
构造器详细资料
-
GetApiKeyResponse
-
-
方法详细资料
-
emptyResponse
-
getApiKeyInfos
-
hashCode
public int hashCode()- 覆盖:
hashCode在类中java.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- 覆盖:
equals在类中java.lang.Object
-
fromXContent
public static GetApiKeyResponse fromXContent(org.easysearch.common.xcontent.XContentParser parser) throws java.io.IOException- 抛出:
java.io.IOException
-
toString
public java.lang.String toString()- 覆盖:
toString在类中java.lang.Object
-