类 PatchApplicationFeedbackReq

java.lang.Object
com.lark.oapi.service.application.v6.model.PatchApplicationFeedbackReq

public class PatchApplicationFeedbackReq extends Object
  • 构造器详细资料

    • PatchApplicationFeedbackReq

      public PatchApplicationFeedbackReq()
    • PatchApplicationFeedbackReq

      public PatchApplicationFeedbackReq(PatchApplicationFeedbackReq.Builder builder)
  • 方法详细资料

    • newBuilder

      public static PatchApplicationFeedbackReq.Builder newBuilder()
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)
    • getStatus

      public Integer getStatus()
    • setStatus

      public void setStatus(Integer status)
    • getOperatorId

      public String getOperatorId()
    • setOperatorId

      public void setOperatorId(String operatorId)
    • getAppId

      public String getAppId()
    • setAppId

      public void setAppId(String appId)
    • getFeedbackId

      public String getFeedbackId()
    • setFeedbackId

      public void setFeedbackId(String feedbackId)