类 GetRollupIndexCapsResponse
java.lang.Object
org.easysearch.client.rollup.GetRollupIndexCapsResponse
public class GetRollupIndexCapsResponse
extends java.lang.Object
-
构造器概要
构造器 构造器 说明 GetRollupIndexCapsResponse(java.util.Map<java.lang.String,RollableIndexCaps> jobs) -
方法概要
修饰符和类型 方法 说明 booleanequals(java.lang.Object obj)static GetRollupIndexCapsResponsefromXContent(org.easysearch.common.xcontent.XContentParser parser)java.util.Map<java.lang.String,RollableIndexCaps>getJobs()inthashCode()从类继承的方法 java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
GetRollupIndexCapsResponse
-
-
方法详细资料
-
getJobs
-
fromXContent
public static GetRollupIndexCapsResponse fromXContent(org.easysearch.common.xcontent.XContentParser parser) throws java.io.IOException- 抛出:
java.io.IOException
-
hashCode
public int hashCode()- 覆盖:
hashCode在类中java.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- 覆盖:
equals在类中java.lang.Object
-