Class GetWindowCreateContextReply.GetWindowCreateContextReplyBuilder
- java.lang.Object
-
- com.github.moaxcp.x11client.protocol.xselinux.GetWindowCreateContextReply.GetWindowCreateContextReplyBuilder
-
- Enclosing class:
- GetWindowCreateContextReply
public static class GetWindowCreateContextReply.GetWindowCreateContextReplyBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetWindowCreateContextReplybuild()GetWindowCreateContextReply.GetWindowCreateContextReplyBuildercontext(@NonNull java.util.List<java.lang.Byte> context)intgetSize()GetWindowCreateContextReply.GetWindowCreateContextReplyBuildersequenceNumber(short sequenceNumber)java.lang.StringtoString()
-
-
-
Method Detail
-
getSize
public int getSize()
-
sequenceNumber
public GetWindowCreateContextReply.GetWindowCreateContextReplyBuilder sequenceNumber(short sequenceNumber)
-
context
public GetWindowCreateContextReply.GetWindowCreateContextReplyBuilder context(@NonNull @NonNull java.util.List<java.lang.Byte> context)
-
build
public GetWindowCreateContextReply build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-