Class Server.Fault

java.lang.Object
com.woorea.openstack.nova.model.Server.Fault
Enclosing class:
Server

public static final class Server.Fault extends Object
  • Field Details

  • Constructor Details

    • Fault

      public Fault()
  • Method Details

    • getCode

      public Integer getCode()
      Returns:
      the code
    • getMessage

      public String getMessage()
      Returns:
      the message
    • getDetails

      public String getDetails()
      Returns:
      the details
    • getCreated

      public Calendar getCreated()
      Returns:
      the created
    • toString

      public String toString()
      Overrides:
      toString in class Object