Class CreateSubdomain
- java.lang.Object
-
- org.jclouds.rackspace.clouddns.v1.domain.CreateSubdomain
-
public class CreateSubdomain extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateSubdomain.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.MoreObjects.ToStringHelper
string()
CreateSubdomain.Builder
toBuilder()
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
- See Also:
CreateSubdomain.Builder.name(String)
-
getEmail
public String getEmail()
- See Also:
CreateSubdomain.Builder.email(String)
-
getTTL
public com.google.common.base.Optional<Integer> getTTL()
- See Also:
CreateSubdomain.Builder.ttl(Integer)
-
getComment
public com.google.common.base.Optional<String> getComment()
- See Also:
CreateSubdomain.Builder.comment(String)
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
builder
public static CreateSubdomain.Builder builder()
-
toBuilder
public CreateSubdomain.Builder toBuilder()
-
-