> + }
> + }
> +
> + private final String id;
> + private final String account;
> + private final String displayText;
> + private final String domain;
> + private final String domainId;
> + private final String name;
> + private final State state;
> +
> + @ConstructorProperties({
> + "id", "account", "displaytext", "domain", "domainid", "name",
> "state"
> + })
> + protected Project(String id, String account, String displayText, String
> domain, String domainId,
> + String name, State state) {
I honestly don't know, nor do I really have an opinion - this is
cargo-cult-coding, just aping the other domain classes here. =)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/215/files#r7931301