public class UserPropertySet extends Object
| 构造器和说明 |
|---|
UserPropertySet() |
| 限定符和类型 | 方法和说明 |
|---|---|
UserPropertySet |
createdTime(String createdTime) |
UserPropertySet |
description(String description) |
boolean |
equals(Object o) |
String |
getCreatedTime()
Get createdTime
|
String |
getDescription()
Get description
|
String |
getName()
Get name
|
Long |
getUserPropertySetId()
Get userPropertySetId
|
int |
hashCode() |
UserPropertySet |
name(String name) |
void |
setCreatedTime(String createdTime) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setUserPropertySetId(Long userPropertySetId) |
String |
toString() |
UserPropertySet |
userPropertySetId(Long userPropertySetId) |
public UserPropertySet userPropertySetId(Long userPropertySetId)
public Long getUserPropertySetId()
public void setUserPropertySetId(Long userPropertySetId)
public UserPropertySet name(String name)
public String getName()
public void setName(String name)
public UserPropertySet description(String description)
public String getDescription()
public void setDescription(String description)
public UserPropertySet createdTime(String createdTime)
public String getCreatedTime()
public void setCreatedTime(String createdTime)
Copyright © 2020. All rights reserved.