@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-02-12T14:43:58.169865-05:00[America/New_York]") public class IpUtilsRestApi extends Object
Constructor and Description |
---|
IpUtilsRestApi() |
IpUtilsRestApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient()
Get the API client
|
String |
getMyRemotePublicAddr(String sessionid)
Return the public IP address of the request sender
|
ApiResponse<String> |
getMyRemotePublicAddrWithHttpInfo(String sessionid)
Return the public IP address of the request sender
|
void |
setApiClient(ApiClient apiClient)
Set the API client
|
public IpUtilsRestApi()
public IpUtilsRestApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient
- an instance of API clientpublic String getMyRemotePublicAddr(String sessionid) throws ApiException
sessionid
- Scheduler authentication id (required)ApiException
- if fails to make API callpublic ApiResponse<String> getMyRemotePublicAddrWithHttpInfo(String sessionid) throws ApiException
sessionid
- Scheduler authentication id (required)ApiException
- if fails to make API call