Class DnsEvidence
- java.lang.Object
-
- odata.msgraph.client.security.complex.AlertEvidence
-
- odata.msgraph.client.security.complex.DnsEvidence
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DnsEvidence extends AlertEvidence implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDnsEvidence.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IpEvidencednsServerIpprotected StringdomainNameprotected IpEvidencehostIpAddressprotected List<IpEvidence>ipAddressesprotected StringipAddressesNextLink-
Fields inherited from class odata.msgraph.client.security.complex.AlertEvidence
contextPath, createdDateTime, detailedRoles, detailedRolesNextLink, odataType, remediationStatus, remediationStatusDetails, roles, rolesNextLink, tags, tagsNextLink, unmappedFields, verdict
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDnsEvidence()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DnsEvidence.BuilderbuilderDnsEvidence()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<IpEvidence>getDnsServerIp()Optional<String>getDomainName()Optional<IpEvidence>getHostIpAddress()com.github.davidmoten.odata.client.CollectionPage<IpEvidence>getIpAddresses()com.github.davidmoten.odata.client.CollectionPage<IpEvidence>getIpAddresses(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DnsEvidencewithDnsServerIp(IpEvidence dnsServerIp)DnsEvidencewithDomainName(String domainName)DnsEvidencewithHostIpAddress(IpEvidence hostIpAddress)DnsEvidencewithUnmappedField(String name, Object value)-
Methods inherited from class odata.msgraph.client.security.complex.AlertEvidence
builder, getCreatedDateTime, getDetailedRoles, getDetailedRoles, getRemediationStatus, getRemediationStatusDetails, getRoles, getRoles, getTags, getTags, getVerdict, withCreatedDateTime, withRemediationStatus, withRemediationStatusDetails, withVerdict
-
-
-
-
Field Detail
-
dnsServerIp
protected IpEvidence dnsServerIp
-
domainName
protected String domainName
-
hostIpAddress
protected IpEvidence hostIpAddress
-
ipAddresses
protected List<IpEvidence> ipAddresses
-
ipAddressesNextLink
protected String ipAddressesNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAlertEvidence
-
getDnsServerIp
public Optional<IpEvidence> getDnsServerIp()
-
withDnsServerIp
public DnsEvidence withDnsServerIp(IpEvidence dnsServerIp)
-
withDomainName
public DnsEvidence withDomainName(String domainName)
-
getHostIpAddress
public Optional<IpEvidence> getHostIpAddress()
-
withHostIpAddress
public DnsEvidence withHostIpAddress(IpEvidence hostIpAddress)
-
getIpAddresses
public com.github.davidmoten.odata.client.CollectionPage<IpEvidence> getIpAddresses()
-
getIpAddresses
public com.github.davidmoten.odata.client.CollectionPage<IpEvidence> getIpAddresses(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public DnsEvidence withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classAlertEvidence
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classAlertEvidence
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classAlertEvidence
-
builderDnsEvidence
public static DnsEvidence.Builder builderDnsEvidence()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classAlertEvidence
-
-