public static interface OTAJobConfig.Builder extends SdkPojo, CopyableBuilder<OTAJobConfig.Builder,OTAJobConfig>
| Modifier and Type | Method and Description |
|---|---|
OTAJobConfig.Builder |
allowMajorVersionUpdate(Boolean allowMajorVersionUpdate)
Whether to apply the update if it is a major version change.
|
OTAJobConfig.Builder |
imageVersion(String imageVersion)
The target version of the device software.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOTAJobConfig.Builder allowMajorVersionUpdate(Boolean allowMajorVersionUpdate)
Whether to apply the update if it is a major version change.
allowMajorVersionUpdate - Whether to apply the update if it is a major version change.OTAJobConfig.Builder imageVersion(String imageVersion)
The target version of the device software.
imageVersion - The target version of the device software.Copyright © 2023. All rights reserved.