Package com.woorea.openstack.nova.model
Class Server.Fault
- java.lang.Object
-
- com.woorea.openstack.nova.model.Server.Fault
-
- Enclosing class:
- Server
public static final class Server.Fault extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Fault()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getCode()
java.util.Calendar
getCreated()
java.lang.String
getDetails()
java.lang.String
getMessage()
java.lang.String
toString()
-
-
-
Method Detail
-
getCode
public java.lang.Integer getCode()
- Returns:
- the code
-
getMessage
public java.lang.String getMessage()
- Returns:
- the message
-
getDetails
public java.lang.String getDetails()
- Returns:
- the details
-
getCreated
public java.util.Calendar getCreated()
- Returns:
- the created
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-