Package de.gematik.test.tiger.proxy.data
Class MessageMetaDataDto
- java.lang.Object
-
- de.gematik.test.tiger.proxy.data.MessageMetaDataDto
-
public class MessageMetaDataDto extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessageMetaDataDto.MessageMetaDataDtoBuilder
-
Constructor Summary
Constructors Constructor Description MessageMetaDataDto()MessageMetaDataDto(String uuid, String path, String method, Integer responseCode, String recipient, String sender, long sequenceNumber, String menuInfoString, ZonedDateTime timestamp, boolean isRequest)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MessageMetaDataDto.MessageMetaDataDtoBuilderbuilder()protected booleancanEqual(Object other)static MessageMetaDataDtocreateFrom(RbelElement el)booleanequals(Object o)static longgetElementSequenceNumber(RbelElement rbelElement)StringgetMenuInfoString()StringgetMethod()StringgetPath()StringgetRecipient()IntegergetResponseCode()StringgetSender()longgetSequenceNumber()ZonedDateTimegetTimestamp()StringgetUuid()inthashCode()booleanisRequest()voidsetMenuInfoString(String menuInfoString)voidsetMethod(String method)voidsetPath(String path)voidsetRecipient(String recipient)voidsetRequest(boolean isRequest)voidsetResponseCode(Integer responseCode)voidsetSender(String sender)voidsetSequenceNumber(long sequenceNumber)voidsetTimestamp(ZonedDateTime timestamp)voidsetUuid(String uuid)StringtoString()
-
-
-
Constructor Detail
-
MessageMetaDataDto
@ConstructorProperties({"uuid","path","method","responseCode","recipient","sender","sequenceNumber","menuInfoString","timestamp","isRequest"}) public MessageMetaDataDto(String uuid, String path, String method, Integer responseCode, String recipient, String sender, long sequenceNumber, String menuInfoString, ZonedDateTime timestamp, boolean isRequest)
-
MessageMetaDataDto
public MessageMetaDataDto()
-
-
Method Detail
-
createFrom
public static MessageMetaDataDto createFrom(RbelElement el)
-
getElementSequenceNumber
public static long getElementSequenceNumber(RbelElement rbelElement)
-
builder
public static MessageMetaDataDto.MessageMetaDataDtoBuilder builder()
-
getUuid
public String getUuid()
-
getPath
public String getPath()
-
getMethod
public String getMethod()
-
getResponseCode
public Integer getResponseCode()
-
getRecipient
public String getRecipient()
-
getSender
public String getSender()
-
getSequenceNumber
public long getSequenceNumber()
-
getMenuInfoString
public String getMenuInfoString()
-
getTimestamp
public ZonedDateTime getTimestamp()
-
isRequest
public boolean isRequest()
-
setUuid
public void setUuid(String uuid)
-
setPath
public void setPath(String path)
-
setMethod
public void setMethod(String method)
-
setResponseCode
public void setResponseCode(Integer responseCode)
-
setRecipient
public void setRecipient(String recipient)
-
setSender
public void setSender(String sender)
-
setSequenceNumber
public void setSequenceNumber(long sequenceNumber)
-
setMenuInfoString
public void setMenuInfoString(String menuInfoString)
-
setTimestamp
public void setTimestamp(ZonedDateTime timestamp)
-
setRequest
public void setRequest(boolean isRequest)
-
canEqual
protected boolean canEqual(Object other)
-
-