Package org.opensearch.client.slm
Class ExecuteSnapshotLifecyclePolicyResponse
- java.lang.Object
-
- org.opensearch.client.slm.ExecuteSnapshotLifecyclePolicyResponse
-
- All Implemented Interfaces:
org.opensearch.common.xcontent.ToXContent,org.opensearch.common.xcontent.ToXContentObject
public class ExecuteSnapshotLifecyclePolicyResponse extends java.lang.Object implements org.opensearch.common.xcontent.ToXContentObject
-
-
Constructor Summary
Constructors Constructor Description ExecuteSnapshotLifecyclePolicyResponse(java.lang.String snapshotName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)static ExecuteSnapshotLifecyclePolicyResponsefromXContent(org.opensearch.common.xcontent.XContentParser parser)java.lang.StringgetSnapshotName()inthashCode()org.opensearch.common.xcontent.XContentBuildertoXContent(org.opensearch.common.xcontent.XContentBuilder builder, org.opensearch.common.xcontent.ToXContent.Params params)
-
-
-
Method Detail
-
fromXContent
public static ExecuteSnapshotLifecyclePolicyResponse fromXContent(org.opensearch.common.xcontent.XContentParser parser)
-
getSnapshotName
public java.lang.String getSnapshotName()
-
toXContent
public org.opensearch.common.xcontent.XContentBuilder toXContent(org.opensearch.common.xcontent.XContentBuilder builder, org.opensearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceorg.opensearch.common.xcontent.ToXContent- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-