- withDataState(String) - Method in class com.addicticks.avenuemq.dto.testing.SourceStateBuilder
-
- withDataTimestamp(OffsetDateTime) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentUpdateBuilder
-
- withFieldId(Integer) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
-
Sets the field's Id.
- withFieldLength(Integer) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
-
Sets the field's maximum allowed bytes length.
- withFieldName(String) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
-
Sets the Field Name.
- withFields(List<FieldData>) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentUpdateBuilder
-
- withInstrumentId(InstrumentId) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentUpdateBuilder
-
- withInstrumentKey(String) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentIdBuilder
-
Sets the instrumentKey.
- withInstrumentState(InstrumentState) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentUpdateBuilder
-
- withInstrumentUpdates(List<InstrumentUpdate>) - Method in class com.addicticks.avenuemq.dto.testing.DataMsgBuilder
-
- withIntervalSecs(int) - Method in class com.addicticks.avenuemq.dto.testing.HeartbeatMsgBuilder
-
- withItemName(String) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentIdBuilder
-
Sets the itemName.
- withSentTimestamp(OffsetDateTime) - Method in class com.addicticks.avenuemq.dto.testing.DataMsgBuilder
-
- withSentTimestamp(OffsetDateTime) - Method in class com.addicticks.avenuemq.dto.testing.HeartbeatMsgBuilder
-
- withServiceName(String) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentIdBuilder
-
Sets the serviceName.
- withSolicited(Boolean) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentUpdateBuilder
-
- withSourceState(SourceState) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentStateBuilder
-
Sets the source state.
- withState(InstrumentState.StateType) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentStateBuilder
-
Sets the state.
- withStateText(String) - Method in class com.addicticks.avenuemq.dto.testing.SourceStateBuilder
-
- withStatusCode(String) - Method in class com.addicticks.avenuemq.dto.testing.SourceStateBuilder
-
- withStopReason(InstrumentState.StopReasonType) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentStateBuilder
-
Sets the stop reason.
- withStreamState(String) - Method in class com.addicticks.avenuemq.dto.testing.SourceStateBuilder
-
- withText(String) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentStateBuilder
-
Sets some informative text about the state.
- withUpdateType(InstrumentUpdate.UpdateType) - Method in class com.addicticks.avenuemq.dto.testing.InstrumentUpdateBuilder
-
- withValueBinary(byte[]) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
-
Sets a field of type BINARY
.
- withValueBool(Boolean) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
-
Sets a field of type BOOLEAN
.
- withValueDate(OffsetDateTime) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
-
Sets a field of type DATE
.
- withValueDateTime(OffsetDateTime) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
-
Sets a field of type DATETIME
.
- withValueDecimal(BigDecimal) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
-
Sets a field of type DECIMAL
.
- withValueDecimalStr(String) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
-
Sets a field of type DECIMAL
.
- withValueInt(Integer) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
-
Sets a field of type STRING
.
- withValueLong(Long) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
-
Sets a field of type LONG
.
- withValueString(String) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
-
Sets a field of type STRING
.
- withValueTime(OffsetTime) - Method in class com.addicticks.avenuemq.dto.testing.FieldDataBuilder
-
Sets a field of type TIME
.
- writeSchemaFile(File) - Method in class com.addicticks.avenuemq.dto.testing.xml.XmlLoader
-