Package com.influxdb.client.domain
Class CheckPatch
java.lang.Object
com.influxdb.client.domain.CheckPatch
CheckPatch
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
Get descriptiongetName()
Get nameGet statusint
hashCode()
void
setDescription
(String description) void
void
setStatus
(CheckPatch.StatusEnum status) status
(CheckPatch.StatusEnum status) toString()
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
-
Constructor Details
-
CheckPatch
public CheckPatch()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-