Class BundleDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.BundleDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class BundleDTO
extends Object
BundleDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The artifact of the bundle.getGroup()
The group of the bundle.The version of the bundle.int
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
-
BundleDTO
public BundleDTO()
-
-
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).
-