Class DefinedTags
java.lang.Object
oracle.nosql.driver.DefinedTags
Cloud service only.
DefinedTags is a class to encapsulate defined tags which are returned
from calls to
NoSQLHandle.getTable(GetTableRequest). They can also be set during
table creation operations as well as alter table operations.- Since:
- 5.4
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of DefinedTags.DefinedTags(String jsonString) Creates a new instance of DefinedTags from JSON string input. -
Method Summary
Modifier and TypeMethodDescriptionAdds a new tag to the set of tags in the specified namespacebooleanReturns true if the specified key exists in the specified namespaceReturns the value of the named tag in the specified namespace or null if it does not existtoString()Returns the free-form tags as a JSON string
-
Constructor Details
-
DefinedTags
public DefinedTags()Creates a new instance of DefinedTags. This method along withaddTag(String, String, String)is used to add tags to a call to create or modify a table. -
DefinedTags
Creates a new instance of DefinedTags from JSON string input.- Parameters:
jsonString- a JSON string
-
-
Method Details
-
addTag
Adds a new tag to the set of tags in the specified namespace- Parameters:
namespace- the namespace for the tagkey- the tag keyvalue- the tag value- Returns:
- this
-
getTag
-
contains
-
toString
-