Package com.exoscale.sdk.model
Class Event
java.lang.Object
com.exoscale.sdk.model.Event
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class Event
extends Object
A notable Mutation Event which happened on the infrastructure
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbodyParams(Object bodyParams) booleanReturn true if this event object is equal to o.Body parameters (free form map)Operation processing time minimum: 0Query string parameters (free form map)Operation handler nameGet iamApiKeyGet iamRoleGet iamUserOperation messageURI path parameters (free form map)Operation unique identifierClient IP addressOperation HTTP status minimum: 0Time at which the event happened, millisecond resolutiongetUri()Operation request URIgetZone()Operation targeted zoneinthashCode()pathParams(Object pathParams) voidsetBodyParams(Object bodyParams) voidsetElapsedMs(Long elapsedMs) voidsetGetParams(Object getParams) voidsetHandler(String handler) voidsetIamApiKey(IamApiKey iamApiKey) voidsetIamRole(IamRole iamRole) voidsetIamUser(User iamUser) voidsetMessage(String message) voidsetPathParams(Object pathParams) voidsetRequestId(String requestId) voidsetSourceIp(String sourceIp) voidvoidsetTimestamp(OffsetDateTime timestamp) voidvoidtimestamp(OffsetDateTime timestamp) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_IAM_USER
- See Also:
-
JSON_PROPERTY_REQUEST_ID
- See Also:
-
JSON_PROPERTY_IAM_ROLE
- See Also:
-
JSON_PROPERTY_ZONE
- See Also:
-
JSON_PROPERTY_GET_PARAMS
- See Also:
-
JSON_PROPERTY_BODY_PARAMS
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_SOURCE_IP
- See Also:
-
JSON_PROPERTY_IAM_API_KEY
- See Also:
-
JSON_PROPERTY_URI
- See Also:
-
JSON_PROPERTY_ELAPSED_MS
- See Also:
-
JSON_PROPERTY_TIMESTAMP
- See Also:
-
JSON_PROPERTY_PATH_PARAMS
- See Also:
-
JSON_PROPERTY_HANDLER
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
iamUser
-
getIamUser
Get iamUser- Returns:
- iamUser
-
setIamUser
-
requestId
-
getRequestId
Operation unique identifier- Returns:
- requestId
-
setRequestId
-
iamRole
-
getIamRole
Get iamRole- Returns:
- iamRole
-
setIamRole
-
zone
-
getZone
Operation targeted zone- Returns:
- zone
-
setZone
-
getParams
-
getGetParams
Query string parameters (free form map)- Returns:
- getParams
-
setGetParams
-
bodyParams
-
getBodyParams
Body parameters (free form map)- Returns:
- bodyParams
-
setBodyParams
-
status
-
getStatus
Operation HTTP status minimum: 0- Returns:
- status
-
setStatus
-
sourceIp
-
getSourceIp
Client IP address- Returns:
- sourceIp
-
setSourceIp
-
iamApiKey
-
getIamApiKey
Get iamApiKey- Returns:
- iamApiKey
-
setIamApiKey
-
uri
-
getUri
Operation request URI- Returns:
- uri
-
setUri
-
elapsedMs
-
getElapsedMs
Operation processing time minimum: 0- Returns:
- elapsedMs
-
setElapsedMs
-
timestamp
-
getTimestamp
Time at which the event happened, millisecond resolution- Returns:
- timestamp
-
setTimestamp
-
pathParams
-
getPathParams
URI path parameters (free form map)- Returns:
- pathParams
-
setPathParams
-
handler
-
getHandler
Operation handler name- Returns:
- handler
-
setHandler
-
message
-
getMessage
Operation message- Returns:
- message
-
setMessage
-
equals
Return true if this event object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-