public static class ApkVerifier.IssueWithParams
extends java.lang.Object
ApkVerifier.Issue with associated parameters. toString() produces a readable formatted
form.| Constructor and Description |
|---|
IssueWithParams(ApkVerifier.Issue issue,
java.lang.Object[] params)
Constructs a new
IssueWithParams of the specified type and with provided
parameters. |
| Modifier and Type | Method and Description |
|---|---|
ApkVerifier.Issue |
getIssue()
Returns the type of this issue.
|
java.lang.Object[] |
getParams()
Returns the parameters of this issue.
|
java.lang.String |
toString()
Returns a readable form of this issue.
|
public IssueWithParams(ApkVerifier.Issue issue, java.lang.Object[] params)
IssueWithParams of the specified type and with provided
parameters.public ApkVerifier.Issue getIssue()
public java.lang.Object[] getParams()
public java.lang.String toString()
toString in class java.lang.Object