Skip to content
Snippets Groups Projects
Commit da2818a3 authored by OZGCloud's avatar OZGCloud
Browse files

add to string to address

parent 69322db1
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,11 @@ package de.ozgcloud.nachrichten.postfach;
import lombok.Builder;
import lombok.Getter;
import lombok.ToString;
@Getter
@Builder
@ToString
public class PostfachAddress {
public static final String VERSION_FIELD = "version";
......
......@@ -13,4 +13,9 @@ public class StringBasedIdentifier implements PostfachAddressIdentifier {
public boolean isStringBasedIdentifier() {
return true;
}
@Override
public String toString() {
return postfachId;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment