Package com.mongodb
Class Tag
- java.lang.Object
-
- com.mongodb.Tag
-
@Immutable @Deprecated(since="2021-05-27") public final class Tag extends Object
Deprecated.Usage of this API is not supported in AEM as a Cloud Service.A replica set tag.- Since:
- 2.13
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.StringgetName()Deprecated.Gets the name of the replica set tag.StringgetValue()Deprecated.Gets the value of the replica set tag.inthashCode()Deprecated.StringtoString()Deprecated.
-