public static class Policy.Fields
extends com.linkedin.data.schema.PathSpec
| Constructor and Description |
|---|
Fields() |
Fields(java.util.List<java.lang.String> path,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
com.linkedin.data.schema.PathSpec |
metrics()
Metrics for this policy.
|
com.linkedin.data.schema.PathSpec |
parameters()
Parameters for this policy.
|
com.linkedin.data.schema.PathSpec |
policyDetails()
Human readable policy details.
|
com.linkedin.data.schema.PathSpec |
policyName()
The name of the policy.
|
com.linkedin.data.schema.PathSpec |
resource()
Resource for which this policy applied.
|
public Fields(java.util.List<java.lang.String> path,
java.lang.String name)
public Fields()
public com.linkedin.data.schema.PathSpec resource()
public com.linkedin.data.schema.PathSpec policyName()
public com.linkedin.data.schema.PathSpec parameters()
public com.linkedin.data.schema.PathSpec metrics()
public com.linkedin.data.schema.PathSpec policyDetails()