类 ServiceApiDto

java.lang.Object
com.xforceplus.domain.route.ServiceApiDto
所有已实现的接口:
com.xforceplus.tenant.security.core.domain.ICreater, com.xforceplus.tenant.security.core.domain.IOperator, com.xforceplus.tenant.security.core.domain.IUpdater, Serializable

public class ServiceApiDto extends Object implements com.xforceplus.tenant.security.core.domain.IOperator
另请参阅:
  • 字段详细资料

    • serviceApiId

      protected Long serviceApiId
    • serviceApiPath

      protected String serviceApiPath
    • serviceApiUrl

      protected String serviceApiUrl
    • requestMethod

      protected org.springframework.web.bind.annotation.RequestMethod requestMethod
    • appId

      protected Long appId
    • appName

      protected String appName
    • routeId

      protected Long routeId
    • skipAuthentication

      protected Boolean skipAuthentication
    • skipAuthorization

      protected Boolean skipAuthorization
    • serviceApiName

      protected String serviceApiName
    • timeout

      protected Integer timeout
    • status

      protected Integer status
    • manual

      protected Boolean manual
    • hash

      protected String hash
    • createrId

      protected String createrId
    • createrName

      protected String createrName
    • createTime

      @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") protected Date createTime
    • updaterId

      protected String updaterId
    • updaterName

      protected String updaterName
    • updateTime

      @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") protected Date updateTime
    • skipTrail

      protected Boolean skipTrail
  • 构造器详细资料

    • ServiceApiDto

      public ServiceApiDto()