Class ConnectionStatusSnapshotEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.ConnectionStatusSnapshotEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ConnectionStatusSnapshotEntity
extends Object
ConnectionStatusSnapshotEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Boolean
private ConnectionStatusSnapshotDTO
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnectionStatusSnapshot
(ConnectionStatusSnapshotDTO connectionStatusSnapshot) boolean
Get connectionStatusSnapshotgetId()
The id of the connection.int
hashCode()
Indicates whether the user can read a given resource.void
setConnectionStatusSnapshot
(ConnectionStatusSnapshotDTO connectionStatusSnapshot) void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
connectionStatusSnapshot
-
canRead
-
-
Constructor Details
-
ConnectionStatusSnapshotEntity
public ConnectionStatusSnapshotEntity()
-
-
Method Details
-
id
-
getId
The id of the connection.- Returns:
- id
-
setId
-
connectionStatusSnapshot
public ConnectionStatusSnapshotEntity connectionStatusSnapshot(ConnectionStatusSnapshotDTO connectionStatusSnapshot) -
getConnectionStatusSnapshot
Get connectionStatusSnapshot- Returns:
- connectionStatusSnapshot
-
setConnectionStatusSnapshot
-
isCanRead
Indicates whether the user can read a given resource.- Returns:
- canRead
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-