类 RouteDto

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

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

    • routeId

      protected Long routeId
      路由id
    • appId

      protected Long 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
    • 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
      开启自动扫描
    • forceAuthorize

      protected Boolean forceAuthorize
      是否开启强制路由鉴权
    • allowClientId

      protected Boolean allowClientId
      允许clientId的x-app-token访问
    • contact

      protected String contact
      联系人
    • contactTeam

      protected String contactTeam
      联系人团队
    • healthPath

      protected String healthPath
      健康检查地址
    • createTime

      protected Date createTime
  • 构造器详细资料

    • RouteDto

      public RouteDto()
  • 方法详细资料