Class FormatEntity
- java.lang.Object
-
- com.sportradar.livedata.sdk.feed.livescout.entities.FormatEntity
-
- All Implemented Interfaces:
Serializable
public class FormatEntity extends Object implements Serializable
Match format- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FormatEntity()
For Serializable
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormatType
getFormatType()
Gets format typeint
getValue()
Gets format value
-
-
-
Method Detail
-
getFormatType
public FormatType getFormatType()
Gets format type- Returns:
- format type
-
getValue
public int getValue()
Gets format value- Returns:
- format value
-
-