@Table(value="certpolicy") public class CertPolicy extends Object
| Constructor and Description |
|---|
CertPolicy() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getCreateTime()
Get the value of createTime.
|
Long |
getId()
Get the value of id.
|
int |
getLexicon() |
byte[] |
getPolicyData() |
String |
getPolicyName()
Get the value of policyName.
|
void |
setCreateTime(LocalDateTime timestamp)
Set the value of createTime.
|
void |
setId(Long id)
Set the value of id.
|
void |
setLexicon(int lexicon) |
void |
setPolicyData(byte[] policyData) |
void |
setPolicyName(String policyName)
Gets the value of policyName.
|
public Long getId()
public void setId(Long id)
id - The value of id.public int getLexicon()
public void setLexicon(int lexicon)
public String getPolicyName()
public void setPolicyName(String policyName)
policyName - Get the value of policyName.public byte[] getPolicyData()
public void setPolicyData(byte[] policyData)
public LocalDateTime getCreateTime()
public void setCreateTime(LocalDateTime timestamp)
timestamp - The value of createTime.Copyright © 2020. All rights reserved.