Class SupportedAuditLogSeveritiesResponse
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorViewOMVSAPIResponse
-
- org.odpi.openmetadata.viewservices.serverauthor.api.rest.SupportedAuditLogSeveritiesResponse
-
- All Implemented Interfaces:
Serializable,FFDCResponse
public class SupportedAuditLogSeveritiesResponse extends ServerAuthorViewOMVSAPIResponse
A supported severities for audit log response containing the known platforms- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SupportedAuditLogSeveritiesResponse()Default constructorSupportedAuditLogSeveritiesResponse(SupportedAuditLogSeveritiesResponse template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OMRSAuditLogReportSeverity>getSeverities()Get the severities for the audit logvoidsetSeverities(List<OMRSAuditLogReportSeverity> severities)Set the severities for the audit logStringtoString()JSON-style toString-
Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
equals, getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, hashCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode
-
-
-
-
Constructor Detail
-
SupportedAuditLogSeveritiesResponse
public SupportedAuditLogSeveritiesResponse()
Default constructor
-
SupportedAuditLogSeveritiesResponse
public SupportedAuditLogSeveritiesResponse(SupportedAuditLogSeveritiesResponse template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getSeverities
public List<OMRSAuditLogReportSeverity> getSeverities()
Get the severities for the audit log- Returns:
- severities
-
setSeverities
public void setSeverities(List<OMRSAuditLogReportSeverity> severities)
Set the severities for the audit log- Parameters:
severities- severities.
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classServerAuthorViewOMVSAPIResponse- Returns:
- return string containing the property names and values
-
-