public class PatchApplicationFeedbackReq extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PatchApplicationFeedbackReq.Builder |
| 构造器和说明 |
|---|
PatchApplicationFeedbackReq() |
PatchApplicationFeedbackReq(PatchApplicationFeedbackReq.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppId() |
Long |
getFeedbackId() |
String |
getOperatorId() |
Integer |
getStatus() |
String |
getUserIdType() |
static PatchApplicationFeedbackReq.Builder |
newBuilder() |
void |
setAppId(String appId) |
void |
setFeedbackId(Long feedbackId) |
void |
setOperatorId(String operatorId) |
void |
setStatus(Integer status) |
void |
setUserIdType(String userIdType) |
public PatchApplicationFeedbackReq()
public PatchApplicationFeedbackReq(PatchApplicationFeedbackReq.Builder builder)
public static PatchApplicationFeedbackReq.Builder newBuilder()
public String getUserIdType()
public void setUserIdType(String userIdType)
public Integer getStatus()
public void setStatus(Integer status)
public String getOperatorId()
public void setOperatorId(String operatorId)
public String getAppId()
public void setAppId(String appId)
public Long getFeedbackId()
public void setFeedbackId(Long feedbackId)
Copyright © 2022. All rights reserved.