public class ResultStatus extends Object
Modifier | Constructor and Description |
---|---|
protected |
ResultStatus(String name,
int intValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
static ResultStatus |
get(int value,
ResultStatus[] list) |
static ResultStatus |
get(String name,
ResultStatus[] list) |
int |
getIntValue() |
String |
getName() |
String |
toString() |
protected ResultStatus(String name, int intValue)
public static ResultStatus get(int value, ResultStatus[] list)
public static ResultStatus get(String name, ResultStatus[] list)
public String getName()
public int getIntValue()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.