public void setId()

in src/main/java/com/example/blog/entities/Post.java [16:18]


    public void setId(Long id) {
        this.id = id;
    }