Class MonitorResultData.Builder
- java.lang.Object
- 
- com.oracle.bmc.apmsynthetics.model.MonitorResultData.Builder
 
- 
- Enclosing class:
- MonitorResultData
 
 public static class MonitorResultData.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MonitorResultDatabuild()MonitorResultData.BuilderbyteContent(byte[] byteContent)Data content in byte format.MonitorResultData.Buildercopy(MonitorResultData model)MonitorResultData.Buildername(String name)Name of the data.MonitorResultData.BuilderstringContent(String stringContent)Data content in string format.MonitorResultData.Buildertimestamp(Date timestamp)The time when the data was generated, expressed in RFC 3339 timestamp format.
 
- 
- 
- 
Method Detail- 
namepublic MonitorResultData.Builder name(String name) Name of the data.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
byteContentpublic MonitorResultData.Builder byteContent(byte[] byteContent) Data content in byte format.Example: Zip or Screenshot. - Parameters:
- byteContent- the value to set
- Returns:
- this builder
 
 - 
stringContentpublic MonitorResultData.Builder stringContent(String stringContent) Data content in string format.Example: HAR. - Parameters:
- stringContent- the value to set
- Returns:
- this builder
 
 - 
timestamppublic MonitorResultData.Builder timestamp(Date timestamp) The time when the data was generated, expressed in RFC 3339 timestamp format.Example: 2020-02-13T22:47:12.613Z - Parameters:
- timestamp- the value to set
- Returns:
- this builder
 
 - 
buildpublic MonitorResultData build() 
 - 
copypublic MonitorResultData.Builder copy(MonitorResultData model) 
 
- 
 
-