类 Attachment

java.lang.Object
com.lark.oapi.service.ehr.v1.model.Attachment

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

    • Attachment

      public Attachment()
    • Attachment

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

    • newBuilder

      public static Attachment.Builder newBuilder()
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getMimeType

      public String getMimeType()
    • setMimeType

      public void setMimeType(String mimeType)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getSize

      public Long getSize()
    • setSize

      public void setSize(Long size)