class Builder
Package: | dji.common.flightcontroller.rtk |
Description:
The class is used to build a NetworkServicePlansState
instance.
Class Members:
method state
Builder state(NetworkServiceAccountState state)
|
Package: | dji.common.flightcontroller.rtk |
Description:
Sets current account state.
Return:
Builder | A builder instance. |
method supportedRenewalTimes
Builder supportedRenewalTimes(int supportedRenewalTimes)
|
Package: | dji.common.flightcontroller.rtk |
Description:
Sets network RTK supported renewal times.
int supportedRenewalTimes | An int value. |
Return:
Builder | A builder instance. |
method plans
Builder plans(List<NetworkServicePlan> plans)
|
Package: | dji.common.flightcontroller.rtk |
Description:
Sets network RTK plans.
Return:
Builder | A builder instance. |
method build
NetworkServicePlansState build()
|
Package: | dji.common.flightcontroller.rtk |
Description:
Builds an instance of NetworkServicePlansState
.
Return: