public static final class InteropReportTypes.Result.Builder
extends java.lang.Object
InteropReportTypes.Result
.Constructor and Description |
---|
Builder(InteropReportTypes.Report report)
Constructor with parameters for the required properties of
InteropReportTypes.Result . |
Modifier and Type | Method and Description |
---|---|
InteropReportTypes.Result |
build() |
InteropReportTypes.Result.Builder |
setCsvReport(java.lang.String csvReport)
The identifier of CSV formatted interopability report.
|
public Builder(InteropReportTypes.Report report)
InteropReportTypes.Result
.public InteropReportTypes.Result.Builder setCsvReport(java.lang.String csvReport)
com.vmware.vcenter.lcm.report.Report#get
provides location where the CSV report
can be downloaded from based on the csvReport
.
null
in case of errors
reported in InteropReportTypes.Report.getIssues()
.csvReport
- New value for the property.
When clients pass a value of this class as a parameter, the property must be an
identifier for the resource type: com.vmware.vcenter.lcm.report
. When
methods return a value of this class as a return value, the property will be an
identifier for the resource type: com.vmware.vcenter.lcm.report
.public InteropReportTypes.Result build()