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