![JAR search and dependency download from the Maven repository](/logo.png)
io.mosip.authentication.common.service.entity.HotListCachePK Maven / Gradle / Ivy
package io.mosip.authentication.common.service.entity;
import java.io.Serializable;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
@AllArgsConstructor
public class HotListCachePK implements Serializable {
private static final long serialVersionUID = -5486043175814831027L;
public String idHash;
public String idType;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy