Class GetCalendarsRequest

java.lang.Object
org.elasticsearch.client.ml.GetCalendarsRequest
All Implemented Interfaces:
Validatable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject

public class GetCalendarsRequest extends Object implements Validatable, org.elasticsearch.common.xcontent.ToXContentObject
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent

    org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static org.elasticsearch.common.xcontent.ObjectParser<GetCalendarsRequest,​Void>
     

    Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent

    EMPTY_PARAMS

    Fields inherited from interface org.elasticsearch.client.Validatable

    EMPTY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    GetCalendarsRequest​(String calendarId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals​(Object obj)
     
     
     
    int
     
    void
    setCalendarId​(String calendarId)
     
    void
    setPageParams​(PageParams pageParams)
     
    org.elasticsearch.common.xcontent.XContentBuilder
    toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject

    isFragment

    Methods inherited from interface org.elasticsearch.client.Validatable

    validate
  • Field Details

  • Constructor Details

    • GetCalendarsRequest

      public GetCalendarsRequest()
    • GetCalendarsRequest

      public GetCalendarsRequest(String calendarId)
  • Method Details

    • getCalendarId

      public String getCalendarId()
    • setCalendarId

      public void setCalendarId(String calendarId)
    • getPageParams

      public PageParams getPageParams()
    • setPageParams

      public void setPageParams(PageParams pageParams)
    • toXContent

      public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.common.xcontent.ToXContent
      Throws:
      IOException
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object