> +   @Nullable public abstract String getSatusReason();
> +
> +   /**
> +    * @return the date this Stack was created.
> +    */
> +   @Nullable public abstract Date getCreated();
> +
> +   /**
> +    * @return the date this Stack was last updated.
> +    */
> +   @Nullable public abstract Date getUpdated();
> +
> +   /**
> +    * @return the timeout of this Stack (in minutes).
> +    */
> +   @Nullable public abstract int getTimeoutMins();

With increased usage of auto, we might want a checkstyle for that :)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/188/files#r28523376

Reply via email to