public class ContainerHttpGet extends Object
Constructor and Description |
---|
ContainerHttpGet() |
Modifier and Type | Method and Description |
---|---|
String |
path()
Get the path to probe.
|
int |
port()
Get the port number to probe.
|
String |
scheme()
Get the scheme.
|
ContainerHttpGet |
withPath(String path)
Set the path to probe.
|
ContainerHttpGet |
withPort(int port)
Set the port number to probe.
|
ContainerHttpGet |
withScheme(String scheme)
Set the scheme.
|
public String path()
public ContainerHttpGet withPath(String path)
path
- the path value to setpublic int port()
public ContainerHttpGet withPort(int port)
port
- the port value to setpublic String scheme()
public ContainerHttpGet withScheme(String scheme)
scheme
- the scheme value to setCopyright © 2019. All rights reserved.