Package org.elasticsearch.client.slm
Class SnapshotLifecyclePolicyMetadata.SnapshotInProgress
- java.lang.Object
-
- org.elasticsearch.client.slm.SnapshotLifecyclePolicyMetadata.SnapshotInProgress
-
- All Implemented Interfaces:
ToXContent,ToXContentObject
- Enclosing class:
- SnapshotLifecyclePolicyMetadata
public static class SnapshotLifecyclePolicyMetadata.SnapshotInProgress extends Object implements ToXContentObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description SnapshotInProgress(SnapshotId snapshotId, String state, long startTime, String failure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()StringtoString()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
-
-
-
Constructor Detail
-
SnapshotInProgress
public SnapshotInProgress(SnapshotId snapshotId, String state, long startTime, @Nullable String failure)
-
-
Method Detail
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
- Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
-