com.clevercloud.testcontainers.warp10.Warp10Tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testcontainers-warp10 Show documentation
Show all versions of testcontainers-warp10 Show documentation
Testcontainers implementation for Warp10, the Geo Time Series database.
The newest version!
package com.clevercloud.testcontainers.warp10;
class Warp10Tokens {
private Warp10Token read;
private Warp10Token write;
public Warp10Token getRead() {
return read;
}
public void setRead(Warp10Token read) {
this.read = read;
}
public Warp10Token getWrite() {
return write;
}
public void setWrite(Warp10Token write) {
this.write = write;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy