Package org.elasticsearch.client.rollup
Class GetRollupCapsResponse
- java.lang.Object
-
- org.elasticsearch.client.rollup.GetRollupCapsResponse
-
public class GetRollupCapsResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description GetRollupCapsResponse(Map<String,RollableIndexCaps> jobs)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static GetRollupCapsResponsefromXContent(XContentParser parser)Map<String,RollableIndexCaps>getJobs()inthashCode()
-
-
-
Constructor Detail
-
GetRollupCapsResponse
public GetRollupCapsResponse(Map<String,RollableIndexCaps> jobs)
-
-
Method Detail
-
getJobs
public Map<String,RollableIndexCaps> getJobs()
-
fromXContent
public static GetRollupCapsResponse fromXContent(XContentParser parser) throws IOException
- Throws:
IOException
-
-