Class Bundle
java.lang.Object
org.apache.nifi.api.toolkit.model.Bundle
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class Bundle
extends Object
Bundle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The artifact of the bundlegetGroup()
The group of the bundleThe version of the bundleint
hashCode()
void
setArtifact
(String artifact) void
void
setVersion
(String version) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
group
-
artifact
-
version
-
-
Constructor Details
-
Bundle
public Bundle()
-
-
Method Details
-
group
-
getGroup
The group of the bundle- Returns:
- group
-
setGroup
-
artifact
-
getArtifact
The artifact of the bundle- Returns:
- artifact
-
setArtifact
-
version
-
getVersion
The version of the bundle- Returns:
- version
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-