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