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