java.lang.Object
com.lark.oapi.service.calendar.v4.model.Vchat

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

    • Vchat

      public Vchat()
    • Vchat

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

    • newBuilder

      public static Vchat.Builder newBuilder()
    • getVcType

      public String getVcType()
    • setVcType

      public void setVcType(String vcType)
    • getIconType

      public String getIconType()
    • setIconType

      public void setIconType(String iconType)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getMeetingUrl

      public String getMeetingUrl()
    • setMeetingUrl

      public void setMeetingUrl(String meetingUrl)
    • getMeetingSettings

      public MeetingSettings getMeetingSettings()
    • setMeetingSettings

      public void setMeetingSettings(MeetingSettings meetingSettings)