Class Request

java.lang.Object
dev.adlin.vts4j.core.Request

public class Request extends Object
An object used to deserialize a request into JSON format and send it to the server.
  • Method Details

    • getApiName

      @NotNull public @NotNull String getApiName()
    • getApiVersion

      @NotNull public @NotNull String getApiVersion()
    • getRequestId

      @NotNull public @NotNull String getRequestId()
    • getMessageType

      @NotNull public @NotNull String getMessageType()
    • getPayload

      @Nullable public @Nullable com.google.gson.JsonObject getPayload()