@Table(value="certpolicygroup") public class CertPolicyGroup extends Object
| Constructor and Description |
|---|
CertPolicyGroup() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getCreateTime()
Get the value of createTime.
|
Long |
getId()
Get the value of id.
|
String |
getPolicyGroupName()
Get the value of policyGroupName.
|
void |
setCreateTime(LocalDateTime timestamp)
Set the value of createTime.
|
void |
setId(Long id)
Set the value of id.
|
void |
setPolicyGroupName(String policyGroupName)
Gets the value of policyGroupName.
|
public Long getId()
public void setId(Long id)
id - The value of id.public String getPolicyGroupName()
public void setPolicyGroupName(String policyGroupName)
policyGroupName - Get the value of policyGroupName.public LocalDateTime getCreateTime()
public void setCreateTime(LocalDateTime timestamp)
timestamp - The value of createTime.Copyright © 2020. All rights reserved.