com.kuka.nav.systemfailure
Class SystemFailureEventAction
java.lang.Object
com.kuka.nav.systemfailure.SystemFailureEventAction
- All Implemented Interfaces:
- com.kuka.nav.maintenance.action.MaintenanceAction, Serializable
public class SystemFailureEventAction
- extends Object
- implements com.kuka.nav.maintenance.action.MaintenanceAction, Serializable
Reports a system failure event.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemFailureEventAction
public SystemFailureEventAction(com.kuka.nav.systemfailureevent.SystemFailureLevel failureLevel,
String source,
String shortDescription,
String longDescription)
- Constructor for
SystemFailureEventAction.
- Parameters:
failureLevel - the level of the failuresource - the source of the failureshortDescription - a short description of the failurelongDescription - a more detailed description of the failure
getFailureLevel
public com.kuka.nav.systemfailureevent.SystemFailureLevel getFailureLevel()
- Returns:
- the level of the failure
getLongDescription
public String getLongDescription()
- Returns:
- the detailed description of the failure
getShortDescription
public String getShortDescription()
- Returns:
- the short description of the failure
getSource
public String getSource()
- Returns:
- the source of the failure
Copyright © 2019. All rights reserved.