Package google.registry.model.host
Class HostInfoData.Builder
java.lang.Object
google.registry.model.host.HostInfoData.Builder
- Enclosing class:
HostInfoData
Builder for
HostInfoData
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract HostInfoData
build()
abstract HostInfoData.Builder
setCreationRegistrarId
(String creationRegistrarId) abstract HostInfoData.Builder
setCreationTime
(org.joda.time.DateTime creationTime) abstract HostInfoData.Builder
setCurrentSponsorRegistrarId
(String currentSponsorRegistrarId) abstract HostInfoData.Builder
setHostName
(String hostName) abstract HostInfoData.Builder
setInetAddresses
(com.google.common.collect.ImmutableSet<InetAddress> inetAddresses) abstract HostInfoData.Builder
setLastEppUpdateRegistrarId
(String lastEppUpdateRegistrarId) abstract HostInfoData.Builder
setLastEppUpdateTime
(org.joda.time.DateTime lastEppUpdateTime) abstract HostInfoData.Builder
setLastTransferTime
(org.joda.time.DateTime lastTransferTime) abstract HostInfoData.Builder
abstract HostInfoData.Builder
setStatusValues
(com.google.common.collect.ImmutableSet<StatusValue> statusValues)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setHostName
-
setRepoId
-
setStatusValues
public abstract HostInfoData.Builder setStatusValues(com.google.common.collect.ImmutableSet<StatusValue> statusValues) -
setInetAddresses
public abstract HostInfoData.Builder setInetAddresses(com.google.common.collect.ImmutableSet<InetAddress> inetAddresses) -
setCurrentSponsorRegistrarId
-
setCreationRegistrarId
-
setCreationTime
-
setLastEppUpdateRegistrarId
public abstract HostInfoData.Builder setLastEppUpdateRegistrarId(@Nullable String lastEppUpdateRegistrarId) -
setLastEppUpdateTime
public abstract HostInfoData.Builder setLastEppUpdateTime(@Nullable org.joda.time.DateTime lastEppUpdateTime) -
setLastTransferTime
public abstract HostInfoData.Builder setLastTransferTime(@Nullable org.joda.time.DateTime lastTransferTime) -
build
-