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

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 an Agent.logMessages() request.
 */
public class LogMessagesResponse extends AgentResponseBase {

    /**
     * @return whether server response payload requires a "data" component
     */
    @Override
    protected final boolean isDataRequired() {
        return false;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy