类 SortModel

java.lang.Object
com.github.xiaoymin.knife4j.core.model.SortModel

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

    • SortModel

      public SortModel()
  • 方法详细资料

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getSort

      public Integer getSort()
    • setSort

      public void setSort(Integer sort)