Package google.registry.model.host
Class Host.Builder
- Enclosing class:
Host
A builder for constructing
Host
, since it is immutable.-
Constructor Summary
-
Method Summary
Methods inherited from class google.registry.model.host.HostBase.Builder
addInetAddresses, build, removeInetAddresses, setHostName, setInetAddresses, setLastSuperordinateChange, setLastTransferTime, setRepoId, setSuperordinateDomain
Methods inherited from class google.registry.model.EppResource.Builder
addStatusValue, addStatusValues, removeStatusValue, removeStatusValues, setCreationRegistrarId, setCreationTime, setCreationTimeForTest, setDeletionTime, setLastEppUpdateRegistrarId, setLastEppUpdateTime, setPersistedCurrentSponsorRegistrarId, setStatusValues, setUpdateTimestamp
Methods inherited from class google.registry.model.Buildable.GenericBuilder
thisCastToDerived
Methods inherited from class google.registry.model.Buildable.Builder
getInstance
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
copyFrom
-