Package software.amazon.jsii.api
Class Callback
java.lang.Object
software.amazon.jsii.api.Callback
The "callback" struct.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCbid()getGet()getSet()voidSets the callback ID.voidSets the callback cookie.voidsetGet(GetRequest get) Sets the "get" request.voidsetInvoke(InvokeRequest invoke) Sets the invoke request.voidsetSet(SetRequest set) Sets the "set" request.
-
Constructor Details
-
Callback
public Callback()
-
-
Method Details
-
getCbid
- Returns:
- Callback ID.
-
setCbid
Sets the callback ID.- Parameters:
cbid- The callback ID.
-
getCookie
- Returns:
- The callback cookie.
-
setCookie
Sets the callback cookie.- Parameters:
cookie- The cookie
-
getInvoke
- Returns:
- The invoke request.
-
setInvoke
Sets the invoke request.- Parameters:
invoke- The invoke request.
-
getGet
- Returns:
- The get request.
-
setGet
Sets the "get" request.- Parameters:
get- The "get" request
-
getSet
- Returns:
- The "set" request.
-
setSet
Sets the "set" request.- Parameters:
set- The "set" request
-