类 StartRollupJobResponse
java.lang.Object
org.easysearch.client.core.AcknowledgedResponse
org.easysearch.client.rollup.StartRollupJobResponse
public class StartRollupJobResponse extends AcknowledgedResponse
-
构造器概要
构造器 构造器 说明 StartRollupJobResponse(boolean acknowledged) -
方法概要
修饰符和类型 方法 说明 static StartRollupJobResponsefromXContent(org.easysearch.common.xcontent.XContentParser parser)protected java.lang.StringgetFieldName()从类继承的方法 org.easysearch.client.core.AcknowledgedResponse
equals, generateParser, hashCode, isAcknowledged从类继承的方法 java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
StartRollupJobResponse
public StartRollupJobResponse(boolean acknowledged)
-
-
方法详细资料
-
fromXContent
public static StartRollupJobResponse fromXContent(org.easysearch.common.xcontent.XContentParser parser) throws java.io.IOException- 抛出:
java.io.IOException
-
getFieldName
protected java.lang.String getFieldName()- 覆盖:
getFieldName在类中AcknowledgedResponse- 返回:
- the field name this response uses to output the acknowledged flag
-