Class GetScreenResourcesCurrentReply.GetScreenResourcesCurrentReplyBuilder
java.lang.Object
com.github.moaxcp.x11client.protocol.randr.GetScreenResourcesCurrentReply.GetScreenResourcesCurrentReplyBuilder
- Enclosing class:
- GetScreenResourcesCurrentReply
public static class GetScreenResourcesCurrentReply.GetScreenResourcesCurrentReplyBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()configTimestamp(int configTimestamp) intgetSize()sequenceNumber(short sequenceNumber) timestamp(int timestamp) toString()
-
Method Details
-
getSize
public int getSize() -
sequenceNumber
public GetScreenResourcesCurrentReply.GetScreenResourcesCurrentReplyBuilder sequenceNumber(short sequenceNumber) - Returns:
this.
-
timestamp
public GetScreenResourcesCurrentReply.GetScreenResourcesCurrentReplyBuilder timestamp(int timestamp) - Returns:
this.
-
configTimestamp
public GetScreenResourcesCurrentReply.GetScreenResourcesCurrentReplyBuilder configTimestamp(int configTimestamp) - Returns:
this.
-
crtcs
public GetScreenResourcesCurrentReply.GetScreenResourcesCurrentReplyBuilder crtcs(@NonNull @NonNull List<Integer> crtcs) - Returns:
this.
-
outputs
public GetScreenResourcesCurrentReply.GetScreenResourcesCurrentReplyBuilder outputs(@NonNull @NonNull List<Integer> outputs) - Returns:
this.
-
modes
public GetScreenResourcesCurrentReply.GetScreenResourcesCurrentReplyBuilder modes(@NonNull @NonNull List<ModeInfo> modes) - Returns:
this.
-
names
public GetScreenResourcesCurrentReply.GetScreenResourcesCurrentReplyBuilder names(@NonNull @NonNull List<Byte> names) - Returns:
this.
-
build
-
toString
-