Package org.elasticsearch.client.rollup
Class GetRollupCapsResponse
- java.lang.Object
-
- org.elasticsearch.client.rollup.GetRollupCapsResponse
-
public class GetRollupCapsResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetRollupCapsResponse(java.util.Map<java.lang.String,RollableIndexCaps> jobs)
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)static GetRollupCapsResponsefromXContent(XContentParser parser)java.util.Map<java.lang.String,RollableIndexCaps>getJobs()inthashCode()
-
-
-
Constructor Detail
-
GetRollupCapsResponse
public GetRollupCapsResponse(java.util.Map<java.lang.String,RollableIndexCaps> jobs)
-
-
Method Detail
-
getJobs
public java.util.Map<java.lang.String,RollableIndexCaps> getJobs()
-
fromXContent
public static GetRollupCapsResponse 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
-
-