public class UserCustomAttr extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UserCustomAttr.Builder |
| 构造器和说明 |
|---|
UserCustomAttr() |
UserCustomAttr(UserCustomAttr.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getId() |
String |
getType() |
UserCustomAttrValue |
getValue() |
static UserCustomAttr.Builder |
newBuilder() |
void |
setId(String id) |
void |
setType(String type) |
void |
setValue(UserCustomAttrValue value) |
public UserCustomAttr()
public UserCustomAttr(UserCustomAttr.Builder builder)
public static UserCustomAttr.Builder newBuilder()
public String getType()
public void setType(String type)
public String getId()
public void setId(String id)
public UserCustomAttrValue getValue()
public void setValue(UserCustomAttrValue value)
Copyright © 2022. All rights reserved.