public class TrustedWebActivityIssueDetails extends Object
| Constructor and Description |
|---|
TrustedWebActivityIssueDetails() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHttpStatusCode() |
String |
getPackageName()
The package name of the Trusted Web Activity client app.
|
String |
getSignature()
The signature of the Trusted Web Activity client app.
|
String |
getUrl()
The url that triggers the violation.
|
TwaQualityEnforcementViolationType |
getViolationType() |
void |
setHttpStatusCode(Integer httpStatusCode) |
void |
setPackageName(String packageName)
The package name of the Trusted Web Activity client app.
|
void |
setSignature(String signature)
The signature of the Trusted Web Activity client app.
|
void |
setUrl(String url)
The url that triggers the violation.
|
void |
setViolationType(TwaQualityEnforcementViolationType violationType) |
public String getUrl()
public void setUrl(String url)
public TwaQualityEnforcementViolationType getViolationType()
public void setViolationType(TwaQualityEnforcementViolationType violationType)
public Integer getHttpStatusCode()
public void setHttpStatusCode(Integer httpStatusCode)
public String getPackageName()
public void setPackageName(String packageName)
public String getSignature()
public void setSignature(String signature)
Copyright © 2021 Kenan Klisura. All rights reserved.