-
- All Implemented Interfaces:
public class OtaServiceSettings
Ota service configuration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
OtaServiceSettings.Builder
This builder is used to create a instance of OtaServiceSettings, used for initializing Ota service
-
Field Summary
Fields Modifier and Type Field Description public final int
maxSubRegionAreasCount
-
Method Summary
Modifier and Type Method Description int
getMaxSubRegionAreasCount()
Get the maximal count limit of local sub region areas. static OtaServiceSettings.Builder
builder()
Create a instance of Builder -
-
Method Detail
-
getMaxSubRegionAreasCount
int getMaxSubRegionAreasCount()
Get the maximal count limit of local sub region areas.
-
builder
static OtaServiceSettings.Builder builder()
Create a instance of Builder
-
-
-
-