> + }
> + }
> +
> + 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) {
Mark as `@Nullable` where appropriate? Or not for a non-public constructor?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/215/files#r7915871