Class FlowRegistryBucketDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.FlowRegistryBucketDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class FlowRegistryBucketDTO
extends Object
FlowRegistryBucketDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
The created timestamp of this bucketThe bucket descriptiongetId()
The bucket identifiergetName()
The bucket nameint
hashCode()
void
setCreated
(Long created) void
setDescription
(String description) void
void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
name
-
description
-
created
-
-
Constructor Details
-
FlowRegistryBucketDTO
public FlowRegistryBucketDTO()
-
-
Method Details
-
id
-
getId
The bucket identifier- Returns:
- id
-
setId
-
name
-
getName
The bucket name- Returns:
- name
-
setName
-
description
-
getDescription
The bucket description- Returns:
- description
-
setDescription
-
created
-
getCreated
The created timestamp of this bucket- Returns:
- created
-
setCreated
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-