Package org.webappos.webcaller
Class IWebCaller.WebCallSeed
- java.lang.Object
-
- org.webappos.webcaller.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 Summary
Fields Modifier and Type Field Description java.lang.String
actionName
IWebCaller.CallingConventions
callingConventions
java.lang.String
fullAppName
java.lang.String
jsonArgument
java.util.concurrent.CompletableFuture<java.lang.String>
jsonResult
java.lang.String
login
java.lang.String
project_id
int
timeToLive
long
webmemArgument
-
Constructor Summary
Constructors Constructor Description WebCallSeed()
-
-
-
Field Detail
-
actionName
public java.lang.String actionName
-
callingConventions
public IWebCaller.CallingConventions callingConventions
-
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
-
-