public static enum ThrottleLimitDTO.TypeEnum extends Enum<ThrottleLimitDTO.TypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ThrottleLimitDTO.TypeEnum.Adapter |
| Enum Constant and Description |
|---|
BANDWIDTHLIMIT |
EVENTCOUNTLIMIT |
REQUESTCOUNTLIMIT |
| Modifier and Type | Method and Description |
|---|---|
static ThrottleLimitDTO.TypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static ThrottleLimitDTO.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThrottleLimitDTO.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThrottleLimitDTO.TypeEnum REQUESTCOUNTLIMIT
public static final ThrottleLimitDTO.TypeEnum BANDWIDTHLIMIT
public static final ThrottleLimitDTO.TypeEnum EVENTCOUNTLIMIT
public static ThrottleLimitDTO.TypeEnum[] values()
for (ThrottleLimitDTO.TypeEnum c : ThrottleLimitDTO.TypeEnum.values()) System.out.println(c);
public static ThrottleLimitDTO.TypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<ThrottleLimitDTO.TypeEnum>public static ThrottleLimitDTO.TypeEnum fromValue(String value)
Copyright © 2021 WSO2 Inc. All rights reserved.