Class ServiceSubDomainMappings

    • Constructor Detail

      • ServiceSubDomainMappings

        public ServiceSubDomainMappings()
      • ServiceSubDomainMappings

        public ServiceSubDomainMappings​(ServiceSubDomainMappings source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getIsDefaultMapping

        public Boolean getIsDefaultMapping()
        Get 是否使用默认路径映射,为 True 表示使用默认路径映射;为 False 的话,表示使用自定义路径映射,此时 PathMappingSet 不为空。
        Returns:
        IsDefaultMapping 是否使用默认路径映射,为 True 表示使用默认路径映射;为 False 的话,表示使用自定义路径映射,此时 PathMappingSet 不为空。
      • setIsDefaultMapping

        public void setIsDefaultMapping​(Boolean IsDefaultMapping)
        Set 是否使用默认路径映射,为 True 表示使用默认路径映射;为 False 的话,表示使用自定义路径映射,此时 PathMappingSet 不为空。
        Parameters:
        IsDefaultMapping - 是否使用默认路径映射,为 True 表示使用默认路径映射;为 False 的话,表示使用自定义路径映射,此时 PathMappingSet 不为空。
      • getPathMappingSet

        public PathMapping[] getPathMappingSet()
        Get 自定义路径映射列表。
        Returns:
        PathMappingSet 自定义路径映射列表。
      • setPathMappingSet

        public void setPathMappingSet​(PathMapping[] PathMappingSet)
        Set 自定义路径映射列表。
        Parameters:
        PathMappingSet - 自定义路径映射列表。