public class DwzLogEntity extends Object
| Constructor and Description |
|---|
DwzLogEntity() |
DwzLogEntity(Long id,
String shortUrlCode,
String longUrl,
Date termOfValidity,
DwzLogStatus statusEnum,
Date createTime,
Date updateTime,
Integer version) |
DwzLogEntity(Long id,
String shortUrlCode,
String longUrl,
Date termOfValidity,
Integer status,
Date createTime,
Date updateTime,
Integer version) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreateTime() |
Long |
getId() |
String |
getLongUrl() |
String |
getShortUrlCode() |
Integer |
getStatus() |
Date |
getTermOfValidity() |
Date |
getUpdateTime() |
Integer |
getVersion() |
boolean |
isNotStatus(DwzLogStatus statusEnum) |
boolean |
isStatus(DwzLogStatus statusEnum) |
void |
setCreateTime(Date createTime) |
void |
setId(Long id) |
void |
setLongUrl(String longUrl) |
void |
setShortUrlCode(String shortUrlCode) |
void |
setStatus(DwzLogStatus statusEnum) |
void |
setStatus(Integer status) |
void |
setTermOfValidity(Date termOfValidity) |
void |
setUpdateTime(Date updateTime) |
void |
setVersion(Integer version) |
public DwzLogEntity()
public DwzLogEntity(Long id, String shortUrlCode, String longUrl, Date termOfValidity, Integer status, Date createTime, Date updateTime, Integer version)
public Long getId()
public void setId(Long id)
public String getShortUrlCode()
public void setShortUrlCode(String shortUrlCode)
public String getLongUrl()
public void setLongUrl(String longUrl)
public Date getTermOfValidity()
public void setTermOfValidity(Date termOfValidity)
public Integer getStatus()
public void setStatus(Integer status)
public void setStatus(@NonNull
DwzLogStatus statusEnum)
public boolean isStatus(DwzLogStatus statusEnum)
public boolean isNotStatus(DwzLogStatus statusEnum)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public Date getUpdateTime()
public void setUpdateTime(Date updateTime)
public Integer getVersion()
public void setVersion(Integer version)
Copyright © 2021–2022 EasyJ????. All rights reserved.