public class Console extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Console.Builder<T extends Console.Builder<T>> |
static class |
Console.Type |
Modifier | Constructor and Description |
---|---|
protected |
Console(URI url,
Console.Type type) |
Modifier and Type | Method and Description |
---|---|
static Console.Builder<?> |
builder() |
boolean |
equals(Object obj) |
Console.Type |
getType() |
URI |
getUrl() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Console.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"url","type"}) protected Console(URI url, Console.Type type)
public static Console.Builder<?> builder()
public Console.Builder<?> toBuilder()
public URI getUrl()
public Console.Type getType()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.