Package org.elasticsearch.client.rollup
Class GetRollupIndexCapsResponse
java.lang.Object
org.elasticsearch.client.rollup.GetRollupIndexCapsResponse
public class GetRollupIndexCapsResponse
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description GetRollupIndexCapsResponse(java.util.Map<java.lang.String,RollableIndexCaps> jobs) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)static GetRollupIndexCapsResponsefromXContent(XContentParser parser)java.util.Map<java.lang.String,RollableIndexCaps>getJobs()inthashCode()
-
Constructor Details
-
Method Details
-
getJobs
-
fromXContent
public static GetRollupIndexCapsResponse fromXContent(XContentParser parser) throws java.io.IOException- Throws:
java.io.IOException
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-