Package org.opensearch.client.slm
Class GetSnapshotLifecycleStatsResponse
- java.lang.Object
-
- org.opensearch.client.slm.GetSnapshotLifecycleStatsResponse
-
- All Implemented Interfaces:
org.opensearch.common.xcontent.ToXContent,org.opensearch.common.xcontent.ToXContentObject
public class GetSnapshotLifecycleStatsResponse extends java.lang.Object implements org.opensearch.common.xcontent.ToXContentObject
-
-
Constructor Summary
Constructors Constructor Description GetSnapshotLifecycleStatsResponse(SnapshotLifecycleStats stats)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)static GetSnapshotLifecycleStatsResponsefromXContent(org.opensearch.common.xcontent.XContentParser parser)SnapshotLifecycleStatsgetStats()inthashCode()org.opensearch.common.xcontent.XContentBuildertoXContent(org.opensearch.common.xcontent.XContentBuilder builder, org.opensearch.common.xcontent.ToXContent.Params params)
-
-
-
Constructor Detail
-
GetSnapshotLifecycleStatsResponse
public GetSnapshotLifecycleStatsResponse(SnapshotLifecycleStats stats)
-
-
Method Detail
-
getStats
public SnapshotLifecycleStats getStats()
-
fromXContent
public static GetSnapshotLifecycleStatsResponse fromXContent(org.opensearch.common.xcontent.XContentParser parser) throws java.io.IOException
- Throws:
java.io.IOException
-
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
-
-