public class TestConnectionConfig extends Object
| Constructor and Description |
|---|
TestConnectionConfig(String path,
org.mule.runtime.http.api.HttpConstants.Method method,
Set<String> validStatusCodes,
org.mule.runtime.api.metadata.MediaType mediaType,
List<TestConnectionValidationConfig> validations) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.metadata.MediaType |
getMediaType() |
org.mule.runtime.http.api.HttpConstants.Method |
getMethod() |
String |
getPath() |
List<TestConnectionValidationConfig> |
getValidations() |
Set<String> |
getValidStatusCodes() |
public TestConnectionConfig(String path, org.mule.runtime.http.api.HttpConstants.Method method, Set<String> validStatusCodes, org.mule.runtime.api.metadata.MediaType mediaType, List<TestConnectionValidationConfig> validations)
public String getPath()
public org.mule.runtime.http.api.HttpConstants.Method getMethod()
public org.mule.runtime.api.metadata.MediaType getMediaType()
public List<TestConnectionValidationConfig> getValidations()
Copyright © 2020. All rights reserved.