Class MessagePeekLockByRequestHeaders
- java.lang.Object
-
- com.fifa.connectservicebus.sdk.api.models.MessagePeekLockByRequestHeaders
-
public class MessagePeekLockByRequestHeaders extends Object
Defines headers for PeekLockByRequest operation.
-
-
Constructor Summary
Constructors Constructor Description MessagePeekLockByRequestHeaders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbrokerProperties()Get jSON-encoded set of BrokeredMessage properties.MessagePeekLockByRequestHeaderswithBrokerProperties(String brokerProperties)Set jSON-encoded set of BrokeredMessage properties.MessagePeekLockByRequestHeaderswithXAction(String xAction)Set name of the action.MessagePeekLockByRequestHeaderswithXProperties(String xProperties)Set unencrypted properties of the message.StringxAction()Get name of the action.StringxProperties()Get unencrypted properties of the message.
-
-
-
Method Detail
-
brokerProperties
public String brokerProperties()
Get jSON-encoded set of BrokeredMessage properties. Model = {"LockToken":"00000000-0000-0000-0000-000000000000","MessageId":null,"DeliveryCount":0,"EnqueuedSequenceNumber":0,"EnqueuedTimeUtc":"0001-01-01T00:00:00","ExpiresAtUtc":"0001-01-01T00:00:00","LockedUntilUtc":"0001-01-01T00:00:00","SequenceNumber":null,"Size":0,"Label":null,"TimeToLive":0,"State":null}.- Returns:
- the brokerProperties value
-
withBrokerProperties
public MessagePeekLockByRequestHeaders withBrokerProperties(String brokerProperties)
Set jSON-encoded set of BrokeredMessage properties. Model = {"LockToken":"00000000-0000-0000-0000-000000000000","MessageId":null,"DeliveryCount":0,"EnqueuedSequenceNumber":0,"EnqueuedTimeUtc":"0001-01-01T00:00:00","ExpiresAtUtc":"0001-01-01T00:00:00","LockedUntilUtc":"0001-01-01T00:00:00","SequenceNumber":null,"Size":0,"Label":null,"TimeToLive":0,"State":null}.- Parameters:
brokerProperties- the brokerProperties value to set- Returns:
- the MessagePeekLockByRequestHeaders object itself.
-
xAction
public String xAction()
Get name of the action.- Returns:
- the xAction value
-
withXAction
public MessagePeekLockByRequestHeaders withXAction(String xAction)
Set name of the action.- Parameters:
xAction- the xAction value to set- Returns:
- the MessagePeekLockByRequestHeaders object itself.
-
xProperties
public String xProperties()
Get unencrypted properties of the message.- Returns:
- the xProperties value
-
withXProperties
public MessagePeekLockByRequestHeaders withXProperties(String xProperties)
Set unencrypted properties of the message.- Parameters:
xProperties- the xProperties value to set- Returns:
- the MessagePeekLockByRequestHeaders object itself.
-
-