public class UpdateEntityReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UpdateEntityReq.Builder |
| 构造器和说明 |
|---|
UpdateEntityReq() |
UpdateEntityReq(UpdateEntityReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Entity |
getEntity() |
String |
getEntityId() |
String |
getUserIdType() |
static UpdateEntityReq.Builder |
newBuilder() |
void |
setEntity(Entity body) |
void |
setEntityId(String entityId) |
void |
setUserIdType(String userIdType) |
public UpdateEntityReq()
public UpdateEntityReq(UpdateEntityReq.Builder builder)
public static UpdateEntityReq.Builder newBuilder()
public String getUserIdType()
public void setUserIdType(String userIdType)
public String getEntityId()
public void setEntityId(String entityId)
public Entity getEntity()
public void setEntity(Entity body)
Copyright © 2024. All rights reserved.