| Package | Description |
|---|---|
| wavefront.report |
| Modifier and Type | Method and Description |
|---|---|
ReportEvent.Builder |
ReportEvent.Builder.clearAnnotations()
Clears the value of the 'annotations' field.
|
ReportEvent.Builder |
ReportEvent.Builder.clearDimensions()
Clears the value of the 'dimensions' field.
|
ReportEvent.Builder |
ReportEvent.Builder.clearEndTime()
Clears the value of the 'endTime' field.
|
ReportEvent.Builder |
ReportEvent.Builder.clearHosts()
Clears the value of the 'hosts' field.
|
ReportEvent.Builder |
ReportEvent.Builder.clearName()
Clears the value of the 'name' field.
|
ReportEvent.Builder |
ReportEvent.Builder.clearStartTime()
Clears the value of the 'startTime' field.
|
ReportEvent.Builder |
ReportEvent.Builder.clearTags()
Clears the value of the 'tags' field.
|
static ReportEvent.Builder |
ReportEvent.newBuilder()
Creates a new ReportEvent RecordBuilder.
|
static ReportEvent.Builder |
ReportEvent.newBuilder(ReportEvent.Builder other)
Creates a new ReportEvent RecordBuilder by copying an existing Builder.
|
static ReportEvent.Builder |
ReportEvent.newBuilder(ReportEvent other)
Creates a new ReportEvent RecordBuilder by copying an existing ReportEvent instance.
|
ReportEvent.Builder |
ReportEvent.Builder.setAnnotations(Map<String,String> value)
Sets the value of the 'annotations' field.
|
ReportEvent.Builder |
ReportEvent.Builder.setDimensions(Map<String,List<String>> value)
Sets the value of the 'dimensions' field.
|
ReportEvent.Builder |
ReportEvent.Builder.setEndTime(long value)
Sets the value of the 'endTime' field.
|
ReportEvent.Builder |
ReportEvent.Builder.setHosts(List<String> value)
Sets the value of the 'hosts' field.
|
ReportEvent.Builder |
ReportEvent.Builder.setName(String value)
Sets the value of the 'name' field.
|
ReportEvent.Builder |
ReportEvent.Builder.setStartTime(long value)
Sets the value of the 'startTime' field.
|
ReportEvent.Builder |
ReportEvent.Builder.setTags(List<String> value)
Sets the value of the 'tags' field.
|
| Modifier and Type | Method and Description |
|---|---|
static ReportEvent.Builder |
ReportEvent.newBuilder(ReportEvent.Builder other)
Creates a new ReportEvent RecordBuilder by copying an existing Builder.
|
Copyright © 2020. All rights reserved.