import java.util.UUID;
+import static com.fasterxml.jackson.annotation.JsonProperty.Access.WRITE_ONLY;
+
public class ContactInfo {
@JsonProperty
@JsonProperty(defaultValue = "0")
public int messageExpirationTime;
- @JsonProperty
+ @JsonProperty(access = WRITE_ONLY)
public String profileKey;
@JsonProperty(defaultValue = "false")