public class UserVideo extends Object implements Serializable
| Constructor and Description |
|---|
UserVideo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getStaticAt() |
Long |
getTargetId() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
Long |
getViewLength() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setStaticAt(Long staticAt) |
void |
setTargetId(Long targetId) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
void |
setViewLength(Long viewLength) |
public Long getId()
public void setId(Long id)
public Long getUserId()
public void setUserId(Long userId)
public Long getTargetId()
public void setTargetId(Long targetId)
public Long getViewLength()
public void setViewLength(Long viewLength)
public Long getStaticAt()
public void setStaticAt(Long staticAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2019. All Rights Reserved.