public class HealthCheck
extends com.mastercard.api.core.model.BaseObject
| Constructor and Description |
|---|
HealthCheck() |
HealthCheck(com.mastercard.api.core.model.BaseObject o) |
HealthCheck(com.mastercard.api.core.model.RequestMap requestMap) |
| Modifier and Type | Method and Description |
|---|---|
protected com.mastercard.api.core.model.OperationConfig |
getOperationConfig(String operationUUID) |
protected com.mastercard.api.core.model.OperationMetadata |
getOperationMetadata() |
static HealthCheck |
healthCheck(com.mastercard.api.core.security.Authentication auth,
com.mastercard.api.core.model.RequestMap query)
Query / Retrieve a
HealthCheck object |
static HealthCheck |
healthCheck(com.mastercard.api.core.model.RequestMap query)
Query / Retrieve a
HealthCheck object |
protected Map<String,Object> |
parseMap(Map<String,Object> arg0) |
executeListOperation, executeOperationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic HealthCheck()
public HealthCheck(com.mastercard.api.core.model.BaseObject o)
public HealthCheck(com.mastercard.api.core.model.RequestMap requestMap)
protected final com.mastercard.api.core.model.OperationConfig getOperationConfig(String operationUUID) throws IllegalArgumentException
getOperationConfig in class com.mastercard.api.core.model.BaseObjectIllegalArgumentExceptionprotected com.mastercard.api.core.model.OperationMetadata getOperationMetadata()
throws IllegalArgumentException
getOperationMetadata in class com.mastercard.api.core.model.BaseObjectIllegalArgumentExceptionpublic static HealthCheck healthCheck(com.mastercard.api.core.model.RequestMap query) throws com.mastercard.api.core.exception.ApiException
HealthCheck objectquery - a map of query parameterscom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverpublic static HealthCheck healthCheck(com.mastercard.api.core.security.Authentication auth, com.mastercard.api.core.model.RequestMap query) throws com.mastercard.api.core.exception.ApiException
HealthCheck objectauth - Authentication object overriding ApiConfig.setAuthentication(authentication)query - a map of query parameterscom.mastercard.api.core.exception.ApiException - - which encapsulates the http status code and the error return by the serverCopyright © 2019. All rights reserved.