Package org.elasticsearch.client.ml
Class PutJobResponse
java.lang.Object
org.elasticsearch.client.ml.PutJobResponse
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class PutJobResponse extends java.lang.Object implements ToXContentObject
Response containing the newly created
Job-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object object)static PutJobResponsefromXContent(XContentParser parser)JobgetResponse()inthashCode()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)
-
Method Details
-
fromXContent
- Throws:
java.io.IOException
-
getResponse
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object object)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-