
com.manoelcampos.anuquantumnumbers.Response Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of anu-quantum-number-client Show documentation
Show all versions of anu-quantum-number-client Show documentation
Java library to get real random integers from https://quantumnumbers.anu.edu.au
The newest version!
package com.manoelcampos.anuquantumnumbers;
import lombok.Getter;
import lombok.Setter;
/**
* @author Manoel Campos da Silva Filho
*/
@Getter @Setter
class Response {
private boolean success;
private String type;
private int length;
private int[] data;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy