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
    boolean equals​(java.lang.Object obj)  
    static GetRollupCapsResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    java.util.Map<java.lang.String,​RollableIndexCaps> getJobs()  
    int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GetRollupCapsResponse

      public GetRollupCapsResponse​(java.util.Map<java.lang.String,​RollableIndexCaps> jobs)
  • Method Details

    • getJobs

      public java.util.Map<java.lang.String,​RollableIndexCaps> getJobs()
    • fromXContent

      public static GetRollupCapsResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException
      Throws:
      java.io.IOException
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • equals

      public boolean equals​(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object