类 ProgressItem

java.lang.Object
com.lark.oapi.service.okr.v1.model.ProgressItem

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

    • ProgressItem

      public ProgressItem()
    • ProgressItem

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

    • newBuilder

      public static ProgressItem.Builder newBuilder()
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getTimestamp

      public String getTimestamp()
    • setTimestamp

      public void setTimestamp(String timestamp)
    • getMentionList

      public String[] getMentionList()
    • setMentionList

      public void setMentionList(String[] mentionList)