Package net.webpdf.wsclient.openapi
Class MetadataKeyword
- java.lang.Object
-
- net.webpdf.wsclient.openapi.MetadataKeyword
-
public class MetadataKeyword extends Object
An element of this type defines a keyword the document can be associated with.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_KEYWORD
-
Constructor Summary
Constructors Constructor Description MetadataKeyword()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetKeyword()A keyword the document can be associated with.inthashCode()MetadataKeywordkeyword(String keyword)voidsetKeyword(String keyword)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_KEYWORD
public static final String JSON_PROPERTY_KEYWORD
- See Also:
- Constant Field Values
-
-
Method Detail
-
keyword
public MetadataKeyword keyword(String keyword)
-
getKeyword
@Nullable public @Nullable String getKeyword()
A keyword the document can be associated with.- Returns:
- keyword
-
setKeyword
public void setKeyword(String keyword)
-
-