public static class ServiceErrorRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ServiceErrorRecord> implements org.apache.avro.data.RecordBuilder<ServiceErrorRecord>, org.jflux.api.core.Source<ServiceErrorRecord>
| Modifier and Type | Method and Description |
|---|---|
ServiceErrorRecord |
build() |
ServiceErrorRecord.Builder |
clearDestinationId()
Clears the value of the 'destinationId' field
|
ServiceErrorRecord.Builder |
clearDetails()
Clears the value of the 'details' field
|
ServiceErrorRecord.Builder |
clearErrorType()
Clears the value of the 'errorType' field
|
ServiceErrorRecord.Builder |
clearMessage()
Clears the value of the 'message' field
|
ServiceErrorRecord.Builder |
clearSourceId()
Clears the value of the 'sourceId' field
|
ServiceErrorRecord.Builder |
clearTimestampMillisecUTC()
Clears the value of the 'timestampMillisecUTC' field
|
String |
getDestinationId()
Gets the value of the 'destinationId' field
|
String |
getDetails()
Gets the value of the 'details' field
|
String |
getErrorType()
Gets the value of the 'errorType' field
|
String |
getMessage()
Gets the value of the 'message' field
|
String |
getSourceId()
Gets the value of the 'sourceId' field
|
Long |
getTimestampMillisecUTC()
Gets the value of the 'timestampMillisecUTC' field
|
ServiceErrorRecord |
getValue() |
boolean |
hasDestinationId()
Checks whether the 'destinationId' field has been set
|
boolean |
hasDetails()
Checks whether the 'details' field has been set
|
boolean |
hasErrorType()
Checks whether the 'errorType' field has been set
|
boolean |
hasMessage()
Checks whether the 'message' field has been set
|
boolean |
hasSourceId()
Checks whether the 'sourceId' field has been set
|
boolean |
hasTimestampMillisecUTC()
Checks whether the 'timestampMillisecUTC' field has been set
|
ServiceErrorRecord.Builder |
setDestinationId(String value)
Sets the value of the 'destinationId' field
|
ServiceErrorRecord.Builder |
setDetails(String value)
Sets the value of the 'details' field
|
ServiceErrorRecord.Builder |
setErrorType(String value)
Sets the value of the 'errorType' field
|
ServiceErrorRecord.Builder |
setMessage(String value)
Sets the value of the 'message' field
|
ServiceErrorRecord.Builder |
setSourceId(String value)
Sets the value of the 'sourceId' field
|
ServiceErrorRecord.Builder |
setTimestampMillisecUTC(long value)
Sets the value of the 'timestampMillisecUTC' field
|
public String getSourceId()
public ServiceErrorRecord.Builder setSourceId(String value)
public boolean hasSourceId()
public ServiceErrorRecord.Builder clearSourceId()
public String getDestinationId()
public ServiceErrorRecord.Builder setDestinationId(String value)
public boolean hasDestinationId()
public ServiceErrorRecord.Builder clearDestinationId()
public Long getTimestampMillisecUTC()
public ServiceErrorRecord.Builder setTimestampMillisecUTC(long value)
public boolean hasTimestampMillisecUTC()
public ServiceErrorRecord.Builder clearTimestampMillisecUTC()
public String getErrorType()
public ServiceErrorRecord.Builder setErrorType(String value)
public boolean hasErrorType()
public ServiceErrorRecord.Builder clearErrorType()
public String getMessage()
public ServiceErrorRecord.Builder setMessage(String value)
public boolean hasMessage()
public ServiceErrorRecord.Builder clearMessage()
public String getDetails()
public ServiceErrorRecord.Builder setDetails(String value)
public boolean hasDetails()
public ServiceErrorRecord.Builder clearDetails()
public ServiceErrorRecord build()
build in interface org.apache.avro.data.RecordBuilder<ServiceErrorRecord>public ServiceErrorRecord getValue()
getValue in interface org.jflux.api.core.Source<ServiceErrorRecord>Copyright © 2011-2014. All Rights Reserved.