> + }
> +
> + public Builder toBuilder() {
> + return new Builder().fromOsService(this);
> + }
> +
> + public static class Builder {
> +
> + protected String binary;
> + protected String host;
> + protected State state;
> + protected Status status;
> + protected Date updated;
> + protected String zone;
> + protected String disabledReason;
> + protected String id;
`id` is generally the first parameter in the OpenStack domain classes and APIs.
Could you please reorder all instances of `id` to be the first parameter across
the API?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/573/files#r19232323