LogRanking Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.cdn.LogRanking

public final class LogRanking
extends com.microsoft.rest.ExpandableStringEnum<LogRanking>

Defines values for LogRanking.

Field Summary

Modifier and Type Field and Description
static final LogRanking BROWSER

Static value browser for LogRanking.

static final LogRanking COUNTRY_OR_REGION

Static value countryOrRegion for LogRanking.

static final LogRanking REFERRER

Static value referrer for LogRanking.

static final LogRanking URL

Static value url for LogRanking.

static final LogRanking USER_AGENT

Static value userAgent for LogRanking.

Constructor Summary

Constructor Description
LogRanking()

Method Summary

Modifier and Type Method and Description
static LogRanking fromString(String name)

Creates or finds a LogRanking from its string representation.

static java.util.Collection<LogRanking> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

BROWSER

public static final LogRanking BROWSER

Static value browser for LogRanking.

COUNTRY_OR_REGION

public static final LogRanking COUNTRY_OR_REGION

Static value countryOrRegion for LogRanking.

REFERRER

public static final LogRanking REFERRER

Static value referrer for LogRanking.

URL

public static final LogRanking URL

Static value url for LogRanking.

USER_AGENT

public static final LogRanking USER_AGENT

Static value userAgent for LogRanking.

Constructor Details

LogRanking

public LogRanking()

Method Details

fromString

public static LogRanking fromString(String name)

Creates or finds a LogRanking from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding LogRanking

values

public static Collection values()

Returns:

known LogRanking values

Applies to