| Constructor and Description |
|---|
FallbackProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
String |
getMode() |
String |
getRedirect() |
String |
getResponseBody() |
Integer |
getResponseStatus() |
FallbackProperties |
setContentType(String contentType) |
FallbackProperties |
setMode(String mode) |
FallbackProperties |
setRedirect(String redirect) |
FallbackProperties |
setResponseBody(String responseBody) |
FallbackProperties |
setResponseStatus(Integer responseStatus) |
public String getMode()
public FallbackProperties setMode(String mode)
public String getRedirect()
public FallbackProperties setRedirect(String redirect)
public String getResponseBody()
public FallbackProperties setResponseBody(String responseBody)
public Integer getResponseStatus()
public FallbackProperties setResponseStatus(Integer responseStatus)
public String getContentType()
public FallbackProperties setContentType(String contentType)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.