Class FlowRegistryBucketEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.FlowRegistryBucketEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class FlowRegistryBucketEntity
extends Object
FlowRegistryBucketEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FlowRegistryBucketDTO
private String
private PermissionsDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbucket
(FlowRegistryBucketDTO bucket) boolean
Get bucketgetId()
Get idGet permissionsint
hashCode()
permissions
(PermissionsDTO permissions) void
setBucket
(FlowRegistryBucketDTO bucket) void
void
setPermissions
(PermissionsDTO permissions) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
bucket
-
permissions
-
-
Constructor Details
-
FlowRegistryBucketEntity
public FlowRegistryBucketEntity()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
bucket
-
getBucket
Get bucket- Returns:
- bucket
-
setBucket
-
permissions
-
getPermissions
Get permissions- Returns:
- permissions
-
setPermissions
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-