Package google.registry.model.domain
Class DomainInfoData
- java.lang.Object
-
- google.registry.model.domain.DomainInfoData
-
- All Implemented Interfaces:
EppResponse.ResponseData
public abstract class DomainInfoData extends java.lang.Object implements EppResponse.ResponseData
TheEppResponse.ResponseData
returned for an EPP info flow on a domain.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DomainInfoData.Builder
Builder forDomainInfoData
.
-
Constructor Summary
Constructors Constructor Description DomainInfoData()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DomainInfoData.Builder
newBuilder()
-
-
-
Method Detail
-
newBuilder
public static DomainInfoData.Builder newBuilder()
-
-