Package com.mypurecloud.sdk.v2.model
Class ApiUsageRow
java.lang.Object
com.mypurecloud.sdk.v2.model.ApiUsageRow
- All Implemented Interfaces:
Serializable
ApiUsageRow
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClient Id associated with this query resultclientName(String clientName) Client Name associated with this query resultDate of requests, based on granularity.booleangetDate()inthashCode()httpMethod(String httpMethod) HTTP Method associated with this query resultorganizationId(String organizationId) Organization Id associated with this query resultTotal number of requestsvoidsetClientId(String clientId) voidsetClientName(String clientName) voidvoidsetHttpMethod(String httpMethod) voidsetOrganizationId(String organizationId) voidsetRequests(Long requests) voidsetStatus200(Long status200) voidsetStatus300(Long status300) voidsetStatus400(Long status400) voidsetStatus429(Long status429) voidsetStatus500(Long status500) voidsetTemplateUri(String templateUri) voidNumber of requests resulting in a 2xx HTTP status codeNumber of requests resulting in a 3xx HTTP status codeNumber of requests resulting in a 4xx HTTP status codeNumber of requests resulting in a 429 HTTP status code, this is a subset of the count returned with status400Number of requests resulting in a 5xx HTTP status codetemplateUri(String templateUri) Template Uri associated with this query resulttoString()User Id associated with this query result
-
Constructor Details
-
ApiUsageRow
public ApiUsageRow() -
ApiUsageRow
-
-
Method Details
-
clientId
Client Id associated with this query result -
getClientId
-
setClientId
-
clientName
Client Name associated with this query result -
getClientName
-
setClientName
-
organizationId
Organization Id associated with this query result -
getOrganizationId
-
setOrganizationId
-
userId
User Id associated with this query result -
getUserId
-
setUserId
-
templateUri
Template Uri associated with this query result -
getTemplateUri
-
setTemplateUri
-
httpMethod
HTTP Method associated with this query result -
getHttpMethod
-
setHttpMethod
-
status200
Number of requests resulting in a 2xx HTTP status code -
getStatus200
-
setStatus200
-
status300
Number of requests resulting in a 3xx HTTP status code -
getStatus300
-
setStatus300
-
status400
Number of requests resulting in a 4xx HTTP status code -
getStatus400
-
setStatus400
-
status500
Number of requests resulting in a 5xx HTTP status code -
getStatus500
-
setStatus500
-
status429
Number of requests resulting in a 429 HTTP status code, this is a subset of the count returned with status400 -
getStatus429
-
setStatus429
-
requests
Total number of requests -
getRequests
-
setRequests
-
date
Date of requests, based on granularity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDate
-
setDate
-
equals
-
hashCode
public int hashCode() -
toString
-