Class TenantDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.TenantDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class TenantDTO
extends Object
TenantDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfigurable
(Boolean configurable) boolean
getId()
The id of the component.The identity of the tenant.The id of parent process group of this component if applicable.Get positionThe ID of the corresponding component that is under version controlint
hashCode()
Whether this tenant is configurable.parentGroupId
(String parentGroupId) position
(PositionDTO position) void
setConfigurable
(Boolean configurable) void
void
setIdentity
(String identity) void
setParentGroupId
(String parentGroupId) void
setPosition
(PositionDTO position) void
setVersionedComponentId
(String versionedComponentId) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
versionedComponentId
(String versionedComponentId)
-
Field Details
-
id
-
versionedComponentId
-
parentGroupId
-
position
-
identity
-
configurable
-
-
Constructor Details
-
TenantDTO
public TenantDTO()
-
-
Method Details
-
id
-
getId
The id of the component.- Returns:
- id
-
setId
-
versionedComponentId
-
getVersionedComponentId
The ID of the corresponding component that is under version control- Returns:
- versionedComponentId
-
setVersionedComponentId
-
parentGroupId
-
getParentGroupId
The id of parent process group of this component if applicable.- Returns:
- parentGroupId
-
setParentGroupId
-
position
-
getPosition
Get position- Returns:
- position
-
setPosition
-
identity
-
getIdentity
The identity of the tenant.- Returns:
- identity
-
setIdentity
-
configurable
-
isConfigurable
Whether this tenant is configurable.- Returns:
- configurable
-
setConfigurable
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-