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

com.cryptape.cita.protocol.admin.methods.response.BooleanResponse Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.cryptape.cita.protocol.admin.methods.response;

import com.cryptape.cita.protocol.core.Response;

/**
 * Boolean response type.
 */
public class BooleanResponse extends Response {
    public boolean success() {
        return getResult();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy