Class PrintGetImageResolutionReply.PrintGetImageResolutionReplyBuilder
- java.lang.Object
-
- com.github.moaxcp.x11client.protocol.xprint.PrintGetImageResolutionReply.PrintGetImageResolutionReplyBuilder
-
- Enclosing class:
- PrintGetImageResolutionReply
public static class PrintGetImageResolutionReply.PrintGetImageResolutionReplyBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrintGetImageResolutionReplybuild()intgetSize()PrintGetImageResolutionReply.PrintGetImageResolutionReplyBuilderimageResolution(short imageResolution)PrintGetImageResolutionReply.PrintGetImageResolutionReplyBuildersequenceNumber(short sequenceNumber)java.lang.StringtoString()
-
-
-
Method Detail
-
getSize
public int getSize()
-
sequenceNumber
public PrintGetImageResolutionReply.PrintGetImageResolutionReplyBuilder sequenceNumber(short sequenceNumber)
-
imageResolution
public PrintGetImageResolutionReply.PrintGetImageResolutionReplyBuilder imageResolution(short imageResolution)
-
build
public PrintGetImageResolutionReply build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-