public class PolicyViolation extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
PolicyViolation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PolicyViolation.Builder |
builder() |
static PolicyViolation |
from(PolicyViolation violation,
Map<String,Object> extraData) |
String |
getCategory() |
Map<String,Object> |
getExtraData() |
PolicyViolationOutcome |
getOutcome() |
String |
getPolicyId() |
String |
getPolicyName() |
String |
toString() |
public static PolicyViolation from(PolicyViolation violation, Map<String,Object> extraData)
public static PolicyViolation.Builder builder()
public String getPolicyId()
public PolicyViolationOutcome getOutcome()
public String getPolicyName()
public String getCategory()
Copyright © 2014–2024 MuleSoft, Inc.. All rights reserved.