Class ResourceClaimDetailsDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ResourceClaimDetailsDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ResourceClaimDetailsDTO
extends Object
ResourceClaimDetailsDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawaitingDestruction
(Boolean awaitingDestruction) claimantCount
(Integer claimantCount) boolean
The number of FlowFiles that have a claim to the ResourceThe container of the Content Repository in which the Resource Claim existsThe identifier of the Resource ClaimThe section of the Content Repository in which the Resource Claim existsint
hashCode()
identifier
(String identifier) Whether or not the Resource Claim is awaiting destructionisInUse()
Whether or not the Resource Claim is in useWhether or not the Resource Claim can still have more data written to itvoid
setAwaitingDestruction
(Boolean awaitingDestruction) void
setClaimantCount
(Integer claimantCount) void
setContainer
(String container) void
setIdentifier
(String identifier) void
void
setSection
(String section) void
setWritable
(Boolean writable) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
container
-
section
-
identifier
-
inUse
-
awaitingDestruction
-
writable
-
claimantCount
-
-
Constructor Details
-
ResourceClaimDetailsDTO
public ResourceClaimDetailsDTO()
-
-
Method Details
-
container
-
getContainer
The container of the Content Repository in which the Resource Claim exists- Returns:
- container
-
setContainer
-
section
-
getSection
The section of the Content Repository in which the Resource Claim exists- Returns:
- section
-
setSection
-
identifier
-
getIdentifier
The identifier of the Resource Claim- Returns:
- identifier
-
setIdentifier
-
inUse
-
isInUse
Whether or not the Resource Claim is in use- Returns:
- inUse
-
setInUse
-
awaitingDestruction
-
isAwaitingDestruction
Whether or not the Resource Claim is awaiting destruction- Returns:
- awaitingDestruction
-
setAwaitingDestruction
-
writable
-
isWritable
Whether or not the Resource Claim can still have more data written to it- Returns:
- writable
-
setWritable
-
claimantCount
-
getClaimantCount
The number of FlowFiles that have a claim to the Resource- Returns:
- claimantCount
-
setClaimantCount
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-