public class CheckPatch extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckPatch.StatusEnum
Gets or Sets status
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_STATUS |
| Constructor and Description |
|---|
CheckPatch() |
| Modifier and Type | Method and Description |
|---|---|
CheckPatch |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getName()
Get name
|
CheckPatch.StatusEnum |
getStatus()
Get status
|
int |
hashCode() |
CheckPatch |
name(String name) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setStatus(CheckPatch.StatusEnum status) |
CheckPatch |
status(CheckPatch.StatusEnum status) |
String |
toString() |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_STATUS
public CheckPatch name(String name)
public String getName()
public void setName(String name)
public CheckPatch description(String description)
public String getDescription()
public void setDescription(String description)
public CheckPatch status(CheckPatch.StatusEnum status)
public CheckPatch.StatusEnum getStatus()
public void setStatus(CheckPatch.StatusEnum status)
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.