public class CreateSubdomain extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CreateSubdomain.Builder |
Modifier and Type | Method and Description |
---|---|
static CreateSubdomain.Builder |
builder() |
boolean |
equals(Object obj) |
com.google.common.base.Optional<String> |
getComment() |
String |
getEmail() |
String |
getName() |
com.google.common.base.Optional<Integer> |
getTTL() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
CreateSubdomain.Builder |
toBuilder() |
String |
toString() |
public String getName()
CreateSubdomain.Builder.name(String)
public String getEmail()
public com.google.common.base.Optional<Integer> getTTL()
CreateSubdomain.Builder.ttl(Integer)
public com.google.common.base.Optional<String> getComment()
protected com.google.common.base.Objects.ToStringHelper string()
public static CreateSubdomain.Builder builder()
public CreateSubdomain.Builder toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.