public class AddServiceRequest extends AbstractCouchbaseRequest implements InternalRequest
Constructor and Description |
---|
AddServiceRequest(ServiceType type,
java.lang.String bucket,
java.lang.String password,
int port,
java.net.InetAddress hostname) |
Modifier and Type | Method and Description |
---|---|
java.net.InetAddress |
hostname() |
int |
port() |
java.lang.String |
toString() |
ServiceType |
type() |
bucket, observable, password
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
bucket, observable, password
public AddServiceRequest(ServiceType type, java.lang.String bucket, java.lang.String password, int port, java.net.InetAddress hostname)
public ServiceType type()
public java.net.InetAddress hostname()
public int port()
public java.lang.String toString()
toString
in class AbstractCouchbaseRequest