Exemplo n.º 1
0
 public BuiltResponse(
     int status, Headers<Object> metadata, Object entity, Annotation[] entityAnnotations) {
   setEntity(entity);
   this.status = status;
   this.metadata = metadata;
   this.annotations = entityAnnotations;
 }