All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.resourcemanager.securityinsights.implementation.EnrichmentIpGeodataImpl Maven / Gradle / Ivy

Go to download

This package contains Microsoft Azure SDK for SecurityInsights Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. API spec for Microsoft.SecurityInsights (Azure Security Insights) resource provider. Package tag package-preview-2021-09.

There is a newer version: 1.0.0
Show newest version
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.resourcemanager.securityinsights.implementation;

import com.azure.resourcemanager.securityinsights.fluent.models.EnrichmentIpGeodataInner;
import com.azure.resourcemanager.securityinsights.models.EnrichmentIpGeodata;

public final class EnrichmentIpGeodataImpl implements EnrichmentIpGeodata {
    private EnrichmentIpGeodataInner innerObject;

    private final com.azure.resourcemanager.securityinsights.SecurityInsightsManager serviceManager;

    EnrichmentIpGeodataImpl(EnrichmentIpGeodataInner innerObject,
        com.azure.resourcemanager.securityinsights.SecurityInsightsManager serviceManager) {
        this.innerObject = innerObject;
        this.serviceManager = serviceManager;
    }

    public String asn() {
        return this.innerModel().asn();
    }

    public String carrier() {
        return this.innerModel().carrier();
    }

    public String city() {
        return this.innerModel().city();
    }

    public Integer cityCf() {
        return this.innerModel().cityCf();
    }

    public String continent() {
        return this.innerModel().continent();
    }

    public String country() {
        return this.innerModel().country();
    }

    public Integer countryCf() {
        return this.innerModel().countryCf();
    }

    public String ipAddr() {
        return this.innerModel().ipAddr();
    }

    public String ipRoutingType() {
        return this.innerModel().ipRoutingType();
    }

    public String latitude() {
        return this.innerModel().latitude();
    }

    public String longitude() {
        return this.innerModel().longitude();
    }

    public String organization() {
        return this.innerModel().organization();
    }

    public String organizationType() {
        return this.innerModel().organizationType();
    }

    public String region() {
        return this.innerModel().region();
    }

    public String state() {
        return this.innerModel().state();
    }

    public Integer stateCf() {
        return this.innerModel().stateCf();
    }

    public String stateCode() {
        return this.innerModel().stateCode();
    }

    public EnrichmentIpGeodataInner innerModel() {
        return this.innerObject;
    }

    private com.azure.resourcemanager.securityinsights.SecurityInsightsManager manager() {
        return this.serviceManager;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy