public class IpSecurityProfile extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = true
Org.OData.Capabilities.V1.CountRestrictions
Countable = true
Org.OData.Capabilities.V1.SortRestrictions
Sortable = true
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.TopSupported
true
Org.OData.Capabilities.V1.SkipSupported
true
| Modifier and Type | Class and Description |
|---|---|
static class |
IpSecurityProfile.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
activityGroupNames |
protected String |
activityGroupNamesNextLink |
protected String |
address |
protected String |
azureSubscriptionId |
protected String |
azureTenantId |
protected Integer |
countHits |
protected Integer |
countHosts |
protected OffsetDateTime |
firstSeenDateTime |
protected List<IpCategory> |
ipCategories |
protected String |
ipCategoriesNextLink |
protected List<IpReferenceData> |
ipReferenceData |
protected String |
ipReferenceDataNextLink |
protected OffsetDateTime |
lastSeenDateTime |
protected String |
riskScore |
protected List<String> |
tags |
protected String |
tagsNextLink |
protected SecurityVendorInformation |
vendorInformation |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
IpSecurityProfile() |
protected String activityGroupNamesNextLink
protected String address
protected String azureSubscriptionId
protected String azureTenantId
protected Integer countHits
protected Integer countHosts
protected OffsetDateTime firstSeenDateTime
protected List<IpCategory> ipCategories
protected String ipCategoriesNextLink
protected List<IpReferenceData> ipReferenceData
protected String ipReferenceDataNextLink
protected OffsetDateTime lastSeenDateTime
protected String riskScore
protected String tagsNextLink
protected SecurityVendorInformation vendorInformation
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static IpSecurityProfile.Builder builderIpSecurityProfile()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic com.github.davidmoten.odata.client.CollectionPage<String> getActivityGroupNames()
public IpSecurityProfile withAddress(String address)
public IpSecurityProfile withAzureSubscriptionId(String azureSubscriptionId)
public IpSecurityProfile withAzureTenantId(String azureTenantId)
public IpSecurityProfile withCountHits(Integer countHits)
public IpSecurityProfile withCountHosts(Integer countHosts)
public Optional<OffsetDateTime> getFirstSeenDateTime()
public IpSecurityProfile withFirstSeenDateTime(OffsetDateTime firstSeenDateTime)
public com.github.davidmoten.odata.client.CollectionPage<IpCategory> getIpCategories()
public com.github.davidmoten.odata.client.CollectionPage<IpReferenceData> getIpReferenceData()
public Optional<OffsetDateTime> getLastSeenDateTime()
public IpSecurityProfile withLastSeenDateTime(OffsetDateTime lastSeenDateTime)
public IpSecurityProfile withRiskScore(String riskScore)
public com.github.davidmoten.odata.client.CollectionPage<String> getTags()
public Optional<SecurityVendorInformation> getVendorInformation()
public IpSecurityProfile withVendorInformation(SecurityVendorInformation vendorInformation)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic IpSecurityProfile patch()
this with changed fields reset.public IpSecurityProfile put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.