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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)static GetRollupIndexCapsResponsefromXContent(XContentParser parser)java.util.Map<java.lang.String,RollableIndexCaps>getJobs()inthashCode()
-
-
-
Constructor Detail
-
GetRollupIndexCapsResponse
public GetRollupIndexCapsResponse(java.util.Map<java.lang.String,RollableIndexCaps> jobs)
-
-
Method Detail
-
getJobs
public java.util.Map<java.lang.String,RollableIndexCaps> 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
-
-