All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.com.ionic.sdk.agent.request.logmessage.LogMessagesResponse Maven / Gradle / Ivy

Go to download

The Ionic Java SDK provides an easy-to-use interface to the Ionic Platform.

There is a newer version: 2.9.0
Show newest version
package com.ionic.sdk.agent.request.logmessage;

import com.ionic.sdk.agent.request.base.AgentResponseBase;

/**
 * Represents the output for a request to the Ionic Machina
 * Tools {@link com.ionic.sdk.agent.Agent#logMessages(LogMessagesRequest)} API call.
 * 

* As this operation does not produce output, the only information available in the response is that of the * base class. */ public class LogMessagesResponse extends AgentResponseBase { /** * @return whether server response payload requires a "data" component */ @Override protected final boolean isDataRequired() { return false; } /** Value of serialVersionUID from maven coordinates "com.ionic:ionic-sdk:2.8.0". */ private static final long serialVersionUID = 7774901610273845317L; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy