class DomainRepresentation {
DomainRepresentation(JsonNode jsonNode)
LinkRepresentation getSelf()
JsonRepresentation getLinks()
LinkRepresentation getLinkWithRel(Rel rel)
LinkRepresentation getLinkWithRel(String rel)
JsonRepresentation getExtensions()
}