Class Inet
java.lang.Object
io.vertx.pgclient.data.Inet
A PosgreSQL inet network address.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetAddress(InetAddress address) Set the inet addresssetNetmask(Integer netmask) Set a netmask.
-
Constructor Details
-
Inet
public Inet()
-
-
Method Details
-
getAddress
- Returns:
- the inet address
-
setAddress
Set the inet address- Parameters:
address-- Returns:
- a reference to this, so the API can be used fluently
-
getNetmask
- Returns:
- the optional netmask
-
setNetmask
-