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