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