rest/rest-api/src/main/java/org/apache/brooklyn/rest/domain/EntityDetail.java [49:60]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public EntityDetail(
            @JsonProperty("applicationId") String applicationId,
            @JsonProperty("id") String id,
            @JsonProperty("parentId") String parentId,
            @JsonProperty("name") String name,
            @JsonProperty("type") String type,
            @JsonProperty("serviceUp") Boolean serviceUp,
            @JsonProperty("serviceState") Lifecycle serviceState,
            @JsonProperty("iconUrl") String iconUrl,
            @JsonProperty("catalogItemId") String catalogItemId,
            @JsonProperty("children") List<EntitySummary> children,
            @JsonProperty("groupIds") List<String> groupIds,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



rest/rest-api/src/main/java/org/apache/brooklyn/rest/domain/EntityDetail.java [66:77]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public EntityDetail(
        @JsonProperty("applicationId") String applicationId,
        @JsonProperty("id") String id,
        @JsonProperty("parentId") String parentId,
        @JsonProperty("name") String name,
        @JsonProperty("type") String type,
        @JsonProperty("serviceUp") Boolean serviceUp,
        @JsonProperty("serviceState") Lifecycle serviceState,
        @JsonProperty("iconUrl") String iconUrl,
        @JsonProperty("catalogItemId") String catalogItemId,
        @JsonProperty("children") List<EntitySummary> children,
        @JsonProperty("groupIds") List<String> groupIds,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



