Class IWebCaller.WebCallSeed

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    IWebCaller

    public static class IWebCaller.WebCallSeed
    extends java.lang.Object
    implements java.io.Serializable
    A class for storing all necessary information required to make a web call.
    See Also:
    Serialized Form
    • Field Detail

      • actionName

        public java.lang.String actionName
      • jsonArgument

        public java.lang.String jsonArgument
      • jsonResult

        public java.util.concurrent.CompletableFuture<java.lang.String> jsonResult
      • webmemArgument

        public long webmemArgument
      • login

        public java.lang.String login
      • project_id

        public java.lang.String project_id
      • fullAppName

        public java.lang.String fullAppName
      • timeToLive

        public int timeToLive
    • Constructor Detail

      • WebCallSeed

        public WebCallSeed()