Class DMARCResult
- java.lang.Object
-
- net.rpcnet.securitytoolkit.mail.dmarc.DMARCResult
-
- Direct Known Subclasses:
ImmutableDMARCResult
@Immutable public abstract class DMARCResult extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringEQUAL_SIGN
-
Constructor Summary
Constructors Constructor Description DMARCResult()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Optional<String>getAggregateReport()abstract Optional<String>getAggregateReportTimeInterval()abstract Optional<String>getDomainKeysAlignment()abstract Optional<String>getForensicReport()abstract Optional<String>getForensicReportingOptions()abstract Optional<String>getPercentage()abstract Optional<String>getPolicy()abstract Optional<String>getReportFormat()abstract Optional<String>getSPFAlignment()abstract Optional<String>getSubdomainsPolicy()abstract Optional<String>getVersion()StringtoString()
-
-
-
Field Detail
-
EQUAL_SIGN
public static final String EQUAL_SIGN
- See Also:
- Constant Field Values
-
-