All Downloads are FREE. Search and download functionalities are using the official Maven repository.

run.halo.app.search.post.PostHit Maven / Gradle / Ivy

The newest version!
package run.halo.app.search.post;

import java.time.Instant;
import lombok.Data;

@Data
@Deprecated(forRemoval = true, since = "2.17")
public class PostHit {

    private String name;

    private String title;

    private String content;

    private Instant publishTimestamp;

    private String permalink;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy