接口 IAuthor


public interface IAuthor
Represents an author of threaded comment.
  • 方法概要

    修饰符和类型
    方法
    说明
    Gets the username
    void
    Sets the username
  • 方法详细资料

    • getName

      String getName()
      Gets the username
      返回:
    • setName

      void setName(String name)
      Sets the username