public static final class UpgradeBundleInfo.Builder
extends java.lang.Object
UpgradeBundleInfo.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
UpgradeBundleInfo. |
| Modifier and Type | Method and Description |
|---|---|
UpgradeBundleInfo |
build() |
UpgradeBundleInfo.Builder |
setBundleSize(java.lang.String bundleSize)
size of upgrade bundle
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
UpgradeBundleInfo.Builder |
setUrl(java.lang.String url)
URL for uploading upgrade bundle
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
public Builder()
UpgradeBundleInfo.public UpgradeBundleInfo.Builder setBundleSize(java.lang.String bundleSize)
bundleSize - New value for the property.public UpgradeBundleInfo.Builder setUrl(java.lang.String url)
url - New value for the property.public UpgradeBundleInfo build()