类 RouteApplyDto

java.lang.Object
com.xforceplus.domain.route.RouteApplyDto

public class RouteApplyDto extends Object
  • 字段详细资料

    • routeApplyId

      protected Long routeApplyId
      路由申请id
    • appId

      protected Integer appId
      appId
    • routeName

      protected String routeName
      路由名称
    • path

      protected String path
      路由地址
    • url

      protected String url
      服务地址
    • isStatic

      protected Boolean isStatic
      是否静态
    • isExactMatch

      protected Boolean isExactMatch
      是否精确匹配
    • isOperator

      protected Boolean isOperator
      是否需要运营人员认证
    • createUserId

      protected String createUserId
      createUserId
    • createUserName

      protected String createUserName
    • status

      protected Integer status
    • groupType

      protected String groupType
    • billable

      protected Boolean billable
    • skipAuthentication

      protected Boolean skipAuthentication
    • skipAuthorization

      protected Boolean skipAuthorization
    • hash

      protected String hash
    • timeout

      protected Integer timeout
    • enableAutoscan

      protected Boolean enableAutoscan
      开启自动扫描
    • createTime

      protected Date createTime
  • 构造器详细资料

    • RouteApplyDto

      public RouteApplyDto()