-
public final class TrustedWebActivityIssueDetails
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringurlprivate final TwaQualityEnforcementViolationTypeviolationTypeprivate final IntegerhttpStatusCodeprivate final StringpackageNameprivate final Stringsignature
-
Constructor Summary
Constructors Constructor Description TrustedWebActivityIssueDetails(String url, TwaQualityEnforcementViolationType violationType, Integer httpStatusCode, String packageName, String signature)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final TwaQualityEnforcementViolationTypecomponent2()final Integercomponent3()final Stringcomponent4()final Stringcomponent5()final TrustedWebActivityIssueDetailscopy(String url, TwaQualityEnforcementViolationType violationType, Integer httpStatusCode, String packageName, String signature)final StringgetUrl()The url that triggers the violation. final TwaQualityEnforcementViolationTypegetViolationType()final IntegergetHttpStatusCode()final StringgetPackageName()The package name of the Trusted Web Activity client app. final StringgetSignature()The signature of the Trusted Web Activity client app. -
-
Constructor Detail
-
TrustedWebActivityIssueDetails
TrustedWebActivityIssueDetails(String url, TwaQualityEnforcementViolationType violationType, Integer httpStatusCode, String packageName, String signature)
-
-
Method Detail
-
component1
final String component1()
-
component2
final TwaQualityEnforcementViolationType component2()
-
component3
final Integer component3()
-
component4
final String component4()
-
component5
final String component5()
-
copy
final TrustedWebActivityIssueDetails copy(String url, TwaQualityEnforcementViolationType violationType, Integer httpStatusCode, String packageName, String signature)
-
getViolationType
final TwaQualityEnforcementViolationType getViolationType()
-
getHttpStatusCode
final Integer getHttpStatusCode()
-
getPackageName
final String getPackageName()
The package name of the Trusted Web Activity client app. This field is only used when violation type is kDigitalAssetLinks.
-
getSignature
final String getSignature()
The signature of the Trusted Web Activity client app. This field is only used when violation type is kDigitalAssetLinks.
-
-
-
-