Tunnel API

TunnelRequest

Other API in Package

Web

User

Internal Tunnel

Method Summary
String getAction()

Returns the payload action.

Payload getPayload()

Returns the payload of the request if any.

SafeBox getSafeBox()

Returns the SafeBox associated with this request, if any.

String getToken()

Returns the token id, if any. Thi is CHAR(32) in size if you need to store it.

String toString()

Returns a description of this object.

Method Detail


String getAction()

Returns the payload action.

Returns:  String

Since: 06-14-2018

top

Payload getPayload()

Returns the payload of the request if any.

Returns:  Payload

Since: 06-14-2018

top

SafeBox getSafeBox()

Returns the SafeBox associated with this request, if any.

Returns:  SafeBox

Since: 11-17-2022

top

String getToken()

Returns the token id, if any. Thi is CHAR(32) in size if you need to store it.

Returns:  String

Since: 07-23-2019

top

String toString()

Returns a description of this object.

Returns:  String

Since: 06-14-2018

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: May 01, 2024 05:15 AM