public class PolicyResult extends Object
Constructor and Description |
---|
PolicyResult() |
Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
String |
getDescription() |
int |
getEndLine() |
String |
getFile() |
String |
getPolicyId() |
String |
getPolicyName() |
String |
getResourceName() |
String |
getResourceType() |
String |
getSeverity() |
String |
getSkipComment() |
int |
getStartLine() |
void |
setCategory(String category) |
void |
setDescription(String description) |
void |
setEndLine(int endLine) |
void |
setFile(String file) |
void |
setPolicyId(String policyId) |
void |
setPolicyName(String policyName) |
void |
setResourceName(String resourceName) |
void |
setResourceType(String resourceType) |
void |
setSeverity(String severity) |
void |
setSkipComment(String skipComment) |
void |
setStartLine(int startLine) |
public String getPolicyName()
public void setPolicyName(String policyName)
public String getDescription()
public void setDescription(String description)
public String getPolicyId()
public void setPolicyId(String policyId)
public String getSeverity()
public void setSeverity(String severity)
public String getCategory()
public void setCategory(String category)
public String getResourceName()
public void setResourceName(String resourceName)
public String getResourceType()
public void setResourceType(String resourceType)
public String getFile()
public void setFile(String file)
public String getSkipComment()
public void setSkipComment(String skipComment)
public int getStartLine()
public void setStartLine(int startLine)
public int getEndLine()
public void setEndLine(int endLine)
Copyright © 2016–2023. All rights reserved.