Package com.merative.acd.v1.model
Class GetHealthCheckStatusOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.merative.acd.v1.model.GetHealthCheckStatusOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetHealthCheckStatusOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getHealthCheckStatus options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetHealthCheckStatusOptions.Builder
Builder.static interface
GetHealthCheckStatusOptions.Format
Override response format.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
accept()
Gets the accept.java.lang.String
format()
Gets the format.GetHealthCheckStatusOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public GetHealthCheckStatusOptions.Builder newBuilder()
New builder.- Returns:
- a GetHealthCheckStatusOptions builder
-
accept
public java.lang.String accept()
Gets the accept. The type of the response: application/json or application/xml.- Returns:
- the accept
-
format
public java.lang.String format()
Gets the format. Override response format.- Returns:
- the format
-
-