public class PolicyViolationDto extends Object implements Serializable
| Constructor and Description |
|---|
PolicyViolationDto(String policyId,
com.mulesoft.mule.runtime.gw.api.analytics.PolicyViolationOutcome outcome,
String policyName,
Map<String,Object> extraData) |
| Modifier and Type | Method and Description |
|---|---|
static PolicyViolationDto |
from(com.mulesoft.mule.runtime.gw.api.analytics.PolicyViolation policyViolation) |
Map<String,Object> |
getExtraData() |
com.mulesoft.mule.runtime.gw.api.analytics.PolicyViolationOutcome |
getOutcome() |
String |
getPolicyId() |
String |
getPolicyName() |
String |
toString() |
public static PolicyViolationDto from(com.mulesoft.mule.runtime.gw.api.analytics.PolicyViolation policyViolation)
public String getPolicyId()
public com.mulesoft.mule.runtime.gw.api.analytics.PolicyViolationOutcome getOutcome()
public String getPolicyName()
Copyright © 2014–2024 MuleSoft, Inc.. All rights reserved.