类 GetRollupIndexCapsResponse

java.lang.Object
org.easysearch.client.rollup.GetRollupIndexCapsResponse

public class GetRollupIndexCapsResponse
extends java.lang.Object
  • 构造器详细资料

    • GetRollupIndexCapsResponse

      public GetRollupIndexCapsResponse​(java.util.Map<java.lang.String,​RollableIndexCaps> jobs)
  • 方法详细资料

    • getJobs

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

      public static GetRollupIndexCapsResponse fromXContent​(org.easysearch.common.xcontent.XContentParser parser) throws java.io.IOException
      抛出:
      java.io.IOException
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 java.lang.Object
    • equals

      public boolean equals​(java.lang.Object obj)
      覆盖:
      equals 在类中 java.lang.Object