@Generated(value="org.jsonschema2pojo") public class Ipv6Address extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Ipv6Address.Type |
Constructor and Description |
---|
Ipv6Address() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getAddress() |
Ipv6Address.Type |
getType() |
int |
hashCode() |
void |
setAddress(String address) |
void |
setType(Ipv6Address.Type type) |
String |
toString() |
public String getAddress()
public void setAddress(String address)
address
- The addresspublic Ipv6Address.Type getType()
public void setType(Ipv6Address.Type type)
type
- The typeCopyright © 2016. All rights reserved.