Class ActionsRpcResponse


  • public class ActionsRpcResponse
    extends java.lang.Object
    • Constructor Detail

      • ActionsRpcResponse

        public ActionsRpcResponse​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next,
                                  org.openapitools.jackson.nullable.JsonNullable<? extends Data> data)
      • ActionsRpcResponse

        public ActionsRpcResponse()
    • Method Detail

      • next

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next()
        Cursor for fetching the next page of results
      • data

        public org.openapitools.jackson.nullable.JsonNullable<Data> data()
        The response data from the action RPC call
      • withNext

        public ActionsRpcResponse withNext​(java.lang.String next)
        Cursor for fetching the next page of results
      • withNext

        public ActionsRpcResponse withNext​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
        Cursor for fetching the next page of results
      • withData

        public ActionsRpcResponse withData​(org.openapitools.jackson.nullable.JsonNullable<? extends Data> data)
        The response data from the action RPC call
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object