public final class PrinterMoreInfo extends URISyntax implements PrintServiceAttribute
PrinterMoreInfo
attribute provides a URI that can be used
to obtain more information about the printer.
The URI may for example contain a reference to a HTML page with information. The information is normally intended for end users.
IPP Compatibility: PrinterMoreInfo is an IPP 1.1 attribute.
Constructor and Description |
---|
PrinterMoreInfo(URI uri)
Constructs a
PrinterMoreInfo object. |
public PrinterMoreInfo(URI uri)
PrinterMoreInfo
object.uri
- the URI of the information.NullPointerException
- if the given uri is null.public boolean equals(Object obj)
equals
in class URISyntax
obj
- the object to testtrue
if both objects are equal,
false
otherwise.Object.hashCode()
public Class<? extends Attribute> getCategory()
getCategory
in interface Attribute
PrinterMoreInfo
itself.