mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 01:28:03 +01:00
Remove spurious @JsonProperty annotations
This commit is contained in:
committed by
Jon Chambers
parent
067aee6664
commit
6198a7b69a
@@ -13,37 +13,16 @@ import java.util.UUID;
|
||||
|
||||
public class OutgoingMessageEntity {
|
||||
|
||||
@JsonProperty
|
||||
private final UUID guid;
|
||||
|
||||
@JsonProperty
|
||||
private final int type;
|
||||
|
||||
@JsonProperty
|
||||
private final String relay;
|
||||
|
||||
@JsonProperty
|
||||
private final long timestamp;
|
||||
|
||||
@JsonProperty
|
||||
private final String source;
|
||||
|
||||
@JsonProperty
|
||||
private final UUID sourceUuid;
|
||||
|
||||
@JsonProperty
|
||||
private final int sourceDevice;
|
||||
|
||||
@JsonProperty
|
||||
private final UUID destinationUuid;
|
||||
|
||||
@JsonProperty
|
||||
private final byte[] message;
|
||||
|
||||
@JsonProperty
|
||||
private final byte[] content;
|
||||
|
||||
@JsonProperty
|
||||
private final long serverTimestamp;
|
||||
|
||||
@JsonCreator
|
||||
|
||||
Reference in New Issue
Block a user