Package net.webpdf.wsclient.openapi
Class MetadataFooterHeaderFooter
- java.lang.Object
-
- net.webpdf.wsclient.openapi.MetadataFooterHeaderFooter
-
public class MetadataFooterHeaderFooter extends Object
Selects the values for a page footer.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CENTERstatic StringJSON_PROPERTY_LEFTstatic StringJSON_PROPERTY_RIGHT
-
Constructor Summary
Constructors Constructor Description MetadataFooterHeaderFooter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataFooterHeaderFootercenter(String center)booleanequals(Object o)@Nullable StringgetCenter()The value displayed at the center of the footer.@Nullable StringgetLeft()The value displayed at the left of the footer.@Nullable StringgetRight()The value displayed at the right of the footer.inthashCode()MetadataFooterHeaderFooterleft(String left)MetadataFooterHeaderFooterright(String right)voidsetCenter(String center)voidsetLeft(String left)voidsetRight(String right)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CENTER
public static final String JSON_PROPERTY_CENTER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LEFT
public static final String JSON_PROPERTY_LEFT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RIGHT
public static final String JSON_PROPERTY_RIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
center
public MetadataFooterHeaderFooter center(String center)
-
getCenter
@Nullable public @Nullable String getCenter()
The value displayed at the center of the footer.- Returns:
- center
-
setCenter
public void setCenter(String center)
-
left
public MetadataFooterHeaderFooter left(String left)
-
getLeft
@Nullable public @Nullable String getLeft()
The value displayed at the left of the footer.- Returns:
- left
-
setLeft
public void setLeft(String left)
-
right
public MetadataFooterHeaderFooter right(String right)
-
getRight
@Nullable public @Nullable String getRight()
The value displayed at the right of the footer.- Returns:
- right
-
setRight
public void setRight(String right)
-
-