Class QueryClientPixmapBytesReply.QueryClientPixmapBytesReplyBuilder
- java.lang.Object
-
- com.github.moaxcp.x11client.protocol.res.QueryClientPixmapBytesReply.QueryClientPixmapBytesReplyBuilder
-
- Enclosing class:
- QueryClientPixmapBytesReply
public static class QueryClientPixmapBytesReply.QueryClientPixmapBytesReplyBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryClientPixmapBytesReplybuild()QueryClientPixmapBytesReply.QueryClientPixmapBytesReplyBuilderbytes(int bytes)QueryClientPixmapBytesReply.QueryClientPixmapBytesReplyBuilderbytesOverflow(int bytesOverflow)intgetSize()QueryClientPixmapBytesReply.QueryClientPixmapBytesReplyBuildersequenceNumber(short sequenceNumber)java.lang.StringtoString()
-
-
-
Method Detail
-
getSize
public int getSize()
-
sequenceNumber
public QueryClientPixmapBytesReply.QueryClientPixmapBytesReplyBuilder sequenceNumber(short sequenceNumber)
-
bytes
public QueryClientPixmapBytesReply.QueryClientPixmapBytesReplyBuilder bytes(int bytes)
-
bytesOverflow
public QueryClientPixmapBytesReply.QueryClientPixmapBytesReplyBuilder bytesOverflow(int bytesOverflow)
-
build
public QueryClientPixmapBytesReply build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-