类 ItemMetadata

java.lang.Object
com.lark.oapi.service.search.v2.model.ItemMetadata

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

    • ItemMetadata

      public ItemMetadata()
    • ItemMetadata

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

    • newBuilder

      public static ItemMetadata.Builder newBuilder()
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getSourceUrl

      public String getSourceUrl()
    • setSourceUrl

      public void setSourceUrl(String sourceUrl)
    • getCreateTime

      public Integer getCreateTime()
    • setCreateTime

      public void setCreateTime(Integer createTime)
    • getUpdateTime

      public Integer getUpdateTime()
    • setUpdateTime

      public void setUpdateTime(Integer updateTime)
    • getSourceUrlMobile

      public String getSourceUrlMobile()
    • setSourceUrlMobile

      public void setSourceUrlMobile(String sourceUrlMobile)