类 StopRollupJobResponse
java.lang.Object
org.easysearch.client.core.AcknowledgedResponse
org.easysearch.client.rollup.StopRollupJobResponse
public class StopRollupJobResponse extends AcknowledgedResponse
-
构造器概要
构造器 构造器 说明 StopRollupJobResponse(boolean acknowledged) -
方法概要
修饰符和类型 方法 说明 static StopRollupJobResponsefromXContent(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
-
构造器详细资料
-
StopRollupJobResponse
public StopRollupJobResponse(boolean acknowledged)
-
-
方法详细资料
-
fromXContent
public static StopRollupJobResponse 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
-