public class SetRemoteLoggingHostsRequest
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
SetRemoteLoggingHostsRequest.Builder |
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
SetRemoteLoggingHostsRequest() |
SetRemoteLoggingHostsRequest(LoggingServer[] remoteHosts) |
| Modifier and Type | Method and Description |
|---|---|
SetRemoteLoggingHostsRequest.Builder |
asBuilder() |
static SetRemoteLoggingHostsRequest.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
LoggingServer[] |
getRemoteHosts()
A list of hosts to send log messages to.
|
int |
hashCode() |
void |
setRemoteHosts(LoggingServer[] remoteHosts) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
@Since(value="7.0") public SetRemoteLoggingHostsRequest(LoggingServer[] remoteHosts)
public LoggingServer[] getRemoteHosts()
public void setRemoteHosts(LoggingServer[] remoteHosts)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.Map<java.lang.String,java.lang.Object> toMap()
public java.lang.String toString()
toString in class java.lang.Objectpublic static SetRemoteLoggingHostsRequest.Builder builder()
public final SetRemoteLoggingHostsRequest.Builder asBuilder()