public enum ReportingStatus extends Enum<ReportingStatus>
Enum Constant and Description |
---|
Live
The reporting status of the sport event is currently live
|
NotAvailable
The reporting status of the sport event is not available
|
Suspended
The reporting status of the sport event is suspended or temporary lost contact
|
Unknown
The reporting status of the sport event is unknown
|
Modifier and Type | Method and Description |
---|---|
Integer |
getIntValue() |
static ReportingStatus |
valueFromMessageStatus(com.sportradar.uf.datamodel.UfReportingStatus status)
Maps the value received trough a message to the
ReportingStatus |
static ReportingStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportingStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportingStatus NotAvailable
public static final ReportingStatus Live
public static final ReportingStatus Suspended
public static final ReportingStatus Unknown
public static ReportingStatus[] values()
for (ReportingStatus c : ReportingStatus.values()) System.out.println(c);
public static ReportingStatus 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 static ReportingStatus valueFromMessageStatus(com.sportradar.uf.datamodel.UfReportingStatus status)
ReportingStatus
status
- - the sport event status received as a messageUnknown
public Integer getIntValue()
Copyright © 2016–2025. All rights reserved.