Package net.webpdf.wsclient.openapi
Class MetadataCustomDescription
- java.lang.Object
-
- net.webpdf.wsclient.openapi.MetadataCustomDescription
-
public class MetadataCustomDescription extends Object
An element of this type defines some custom attribute to be listed in the document's metadata.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_KEYstatic StringJSON_PROPERTY_VALUE
-
Constructor Summary
Constructors Constructor Description MetadataCustomDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetKey()The name of the custom attribute.@Nullable StringgetValue()The value of the custom attribute.inthashCode()MetadataCustomDescriptionkey(String key)voidsetKey(String key)voidsetValue(String value)StringtoString()MetadataCustomDescriptionvalue(String value)
-
-
-
Field Detail
-
JSON_PROPERTY_KEY
public static final String JSON_PROPERTY_KEY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
key
public MetadataCustomDescription key(String key)
-
getKey
@Nullable public @Nullable String getKey()
The name of the custom attribute.- Returns:
- key
-
setKey
public void setKey(String key)
-
value
public MetadataCustomDescription value(String value)
-
getValue
@Nullable public @Nullable String getValue()
The value of the custom attribute.- Returns:
- value
-
setValue
public void setValue(String value)
-
-