Class CounterDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.CounterDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class CounterDTO
extends Object
CounterDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The context of the counter.getId()
The id of the counter.getName()
The name of the counter.getValue()
The value of the counter.The value count.int
hashCode()
void
setContext
(String context) void
void
void
void
setValueCount
(Long valueCount) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
valueCount
(Long valueCount)
-
Field Details
-
id
-
context
-
name
-
valueCount
-
value
-
-
Constructor Details
-
CounterDTO
public CounterDTO()
-
-
Method Details
-
id
-
getId
The id of the counter.- Returns:
- id
-
setId
-
context
-
getContext
The context of the counter.- Returns:
- context
-
setContext
-
name
-
getName
The name of the counter.- Returns:
- name
-
setName
-
valueCount
-
getValueCount
The value count.- Returns:
- valueCount
-
setValueCount
-
value
-
getValue
The value of the counter.- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-