run.halo.app.search.post.PostHit Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api Show documentation
Show all versions of api Show documentation
API of halo project, connecting by other projects.
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