Class NovaFault
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.NovaFault
-
- All Implemented Interfaces:
Serializable,Fault,ModelEntity
public class NovaFault extends Object implements Fault
A server Fault- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NovaFault()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCode()DategetCreated()StringgetDetails()StringgetMessage()StringtoString()
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Specified by:
getMessagein interfaceFault- Returns:
- the message of the fault
-
getDetails
public String getDetails()
- Specified by:
getDetailsin interfaceFault- Returns:
- details for the fault
-
getCreated
public Date getCreated()
- Specified by:
getCreatedin interfaceFault- Returns:
- the date the fault was created
-
-