profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/domain/Lan.java [29:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   public abstract String id();

   @Nullable
   public abstract String dataCenterId();

   public abstract String type();

   public abstract String href();

   @Nullable
   public abstract Metadata metadata();

   @Nullable
   public abstract Properties properties();

   @Nullable
   public abstract Entities entities();

   @SerializedNames({"id", "dataCenterId", "type", "href", "metadata", "properties", "entities"})
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



profitbricks-rest/src/main/java/org/apache/jclouds/profitbricks/rest/domain/Server.java [28:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   public abstract String id();

   @Nullable
   public abstract String dataCenterId();

   public abstract String type();

   public abstract String href();

   @Nullable
   public abstract Metadata metadata();

   @Nullable
   public abstract Properties properties();

   @Nullable
   public abstract Entities entities();

   @SerializedNames({"id", "dataCenterId", "type", "href", "metadata", "properties", "entities"})
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



