|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceErrorRecord.Builder | |
|---|---|
| org.robokind.impl.messaging | |
| Uses of ServiceErrorRecord.Builder in org.robokind.impl.messaging |
|---|
| Methods in org.robokind.impl.messaging that return ServiceErrorRecord.Builder | |
|---|---|
ServiceErrorRecord.Builder |
ServiceErrorRecord.Builder.clearDestinationId()
Clears the value of the 'destinationId' field |
ServiceErrorRecord.Builder |
ServiceErrorRecord.Builder.clearDetails()
Clears the value of the 'details' field |
ServiceErrorRecord.Builder |
ServiceErrorRecord.Builder.clearErrorType()
Clears the value of the 'errorType' field |
ServiceErrorRecord.Builder |
ServiceErrorRecord.Builder.clearMessage()
Clears the value of the 'message' field |
ServiceErrorRecord.Builder |
ServiceErrorRecord.Builder.clearSourceId()
Clears the value of the 'sourceId' field |
ServiceErrorRecord.Builder |
ServiceErrorRecord.Builder.clearTimestampMillisecUTC()
Clears the value of the 'timestampMillisecUTC' field |
static ServiceErrorRecord.Builder |
ServiceErrorRecord.newBuilder()
Creates a new ServiceErrorRecord RecordBuilder |
static ServiceErrorRecord.Builder |
ServiceErrorRecord.newBuilder(ServiceErrorRecord.Builder other)
Creates a new ServiceErrorRecord RecordBuilder by copying an existing Builder |
static ServiceErrorRecord.Builder |
ServiceErrorRecord.newBuilder(ServiceErrorRecord other)
Creates a new ServiceErrorRecord RecordBuilder by copying an existing ServiceErrorRecord instance |
ServiceErrorRecord.Builder |
ServiceErrorRecord.Builder.setDestinationId(String value)
Sets the value of the 'destinationId' field |
ServiceErrorRecord.Builder |
ServiceErrorRecord.Builder.setDetails(String value)
Sets the value of the 'details' field |
ServiceErrorRecord.Builder |
ServiceErrorRecord.Builder.setErrorType(String value)
Sets the value of the 'errorType' field |
ServiceErrorRecord.Builder |
ServiceErrorRecord.Builder.setMessage(String value)
Sets the value of the 'message' field |
ServiceErrorRecord.Builder |
ServiceErrorRecord.Builder.setSourceId(String value)
Sets the value of the 'sourceId' field |
ServiceErrorRecord.Builder |
ServiceErrorRecord.Builder.setTimestampMillisecUTC(long value)
Sets the value of the 'timestampMillisecUTC' field |
| Methods in org.robokind.impl.messaging with parameters of type ServiceErrorRecord.Builder | |
|---|---|
static ServiceErrorRecord.Builder |
ServiceErrorRecord.newBuilder(ServiceErrorRecord.Builder other)
Creates a new ServiceErrorRecord RecordBuilder by copying an existing Builder |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||