Class RestDocsProperties.Uri

java.lang.Object
org.springframework.boot.restdocs.test.autoconfigure.RestDocsProperties.Uri
Enclosing class:
RestDocsProperties

public static class RestDocsProperties.Uri extends Object
Since:
4.0.0
Author:
Andy Wilkinson, EddĂș MelĂ©ndez, Phillip Webb
  • Constructor Details

    • Uri

      public Uri()
  • Method Details

    • getScheme

      public @Nullable String getScheme()
    • setScheme

      public void setScheme(@Nullable String scheme)
    • getHost

      public @Nullable String getHost()
    • setHost

      public void setHost(@Nullable String host)
    • getPort

      public @Nullable Integer getPort()
    • setPort

      public void setPort(@Nullable Integer port)