类 OkrKeyResult

java.lang.Object
com.lark.oapi.service.docx.v1.model.OkrKeyResult

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

    • OkrKeyResult

      public OkrKeyResult()
    • OkrKeyResult

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

    • newBuilder

      public static OkrKeyResult.Builder newBuilder()
    • getKrId

      public String getKrId()
    • setKrId

      public void setKrId(String krId)
    • getConfidential

      public Boolean getConfidential()
    • setConfidential

      public void setConfidential(Boolean confidential)
    • getPosition

      public Integer getPosition()
    • setPosition

      public void setPosition(Integer position)
    • getScore

      public Integer getScore()
    • setScore

      public void setScore(Integer score)
    • getVisible

      public Boolean getVisible()
    • setVisible

      public void setVisible(Boolean visible)
    • getWeight

      public Double getWeight()
    • setWeight

      public void setWeight(Double weight)
    • getProgressRate

      public OkrProgressRate getProgressRate()
    • setProgressRate

      public void setProgressRate(OkrProgressRate progressRate)
    • getContent

      public Text getContent()
    • setContent

      public void setContent(Text content)