Class GetGlobalSettingsResult
- java.lang.Object
-
- com.github.tomakehurst.wiremock.admin.model.GetGlobalSettingsResult
-
public class GetGlobalSettingsResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetGlobalSettingsResult(GlobalSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlobalSettingsgetSettings()
-
-
-
Constructor Detail
-
GetGlobalSettingsResult
public GetGlobalSettingsResult(GlobalSettings settings)
-
-
Method Detail
-
getSettings
public GlobalSettings getSettings()
-
-