Package io.zenoh.query
Class ReplyDelOptions
-
- All Implemented Interfaces:
public final class ReplyDelOptions
Options for performing a Reply Delete to a Query.
-
-
Field Summary
Fields Modifier and Type Field Description private <Error class: unknown class>
timeStamp
private IntoZBytes
attachment
private Boolean
express
private CongestionControl
congestionControl
private Priority
priority
-
Constructor Summary
Constructors Constructor Description ReplyDelOptions(<Error class: unknown class> timeStamp, IntoZBytes attachment, Boolean express, CongestionControl congestionControl, Priority priority)
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class>
getTimeStamp()
final Unit
)>setTimeStamp(<Error class: unknown class> timeStamp)
final IntoZBytes
getAttachment()
final Unit
setAttachment(IntoZBytes attachment)
final Boolean
getExpress()
QoS express value. final Unit
setExpress(Boolean express)
QoS express value. final CongestionControl
getCongestionControl()
The congestion control policy. final Unit
setCongestionControl(CongestionControl congestionControl)
The congestion control policy. final Priority
getPriority()
The priority policy. final Unit
setPriority(Priority priority)
The priority policy. final <Error class: unknown class>
setAttachment(String attachment)
-
-
Constructor Detail
-
ReplyDelOptions
ReplyDelOptions(<Error class: unknown class> timeStamp, IntoZBytes attachment, Boolean express, CongestionControl congestionControl, Priority priority)
- Parameters:
timeStamp
- Optional timestamp.attachment
- Optional attachment.
-
-
Method Detail
-
getTimeStamp
final <Error class: unknown class> getTimeStamp()
-
setTimeStamp
final Unit )>setTimeStamp(<Error class: unknown class> timeStamp)
- Parameters:
timeStamp
- Optional timestamp.
-
getAttachment
final IntoZBytes getAttachment()
-
setAttachment
final Unit setAttachment(IntoZBytes attachment)
- Parameters:
attachment
- Optional attachment.
-
getExpress
final Boolean getExpress()
QoS express value.
-
setExpress
final Unit setExpress(Boolean express)
QoS express value.
-
getCongestionControl
final CongestionControl getCongestionControl()
The congestion control policy.
-
setCongestionControl
final Unit setCongestionControl(CongestionControl congestionControl)
The congestion control policy.
-
getPriority
final Priority getPriority()
The priority policy.
-
setPriority
final Unit setPriority(Priority priority)
The priority policy.
-
setAttachment
final <Error class: unknown class> setAttachment(String attachment)
-
-
-
-