public class PolicyViolation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Comments |
comments |
protected Description |
description |
protected java.lang.String |
level |
protected PolicyViolationJustification |
policyViolationJustification |
| Constructor and Description |
|---|
PolicyViolation() |
| Modifier and Type | Method and Description |
|---|---|
Comments |
getComments()
Gets the value of the comments property.
|
Description |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getLevel()
Gets the value of the level property.
|
PolicyViolationJustification |
getPolicyViolationJustification()
Gets the value of the policyViolationJustification property.
|
void |
setComments(Comments value)
Sets the value of the comments property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setLevel(java.lang.String value)
Sets the value of the level property.
|
void |
setPolicyViolationJustification(PolicyViolationJustification value)
Sets the value of the policyViolationJustification property.
|
protected java.lang.String level
protected Description description
protected PolicyViolationJustification policyViolationJustification
protected Comments comments
public java.lang.String getLevel()
Stringpublic void setLevel(java.lang.String value)
value - allowed object is
Stringpublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic PolicyViolationJustification getPolicyViolationJustification()
PolicyViolationJustificationpublic void setPolicyViolationJustification(PolicyViolationJustification value)
value - allowed object is
PolicyViolationJustificationpublic Comments getComments()
CommentsCopyright © 2018 SAP SE. All Rights Reserved.