Class ControllerServicesEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.ControllerServicesEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ControllerServicesEntity
extends Object
ControllerServicesEntity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddControllerServicesItem
(ControllerServiceEntity controllerServicesItem) controllerServices
(List<ControllerServiceEntity> controllerServices) currentTime
(String currentTime) boolean
Get controllerServicesThe current time on the system.int
hashCode()
void
setControllerServices
(List<ControllerServiceEntity> controllerServices) void
setCurrentTime
(String currentTime) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
currentTime
-
controllerServices
-
-
Constructor Details
-
ControllerServicesEntity
public ControllerServicesEntity()
-
-
Method Details
-
currentTime
-
getCurrentTime
The current time on the system.- Returns:
- currentTime
-
setCurrentTime
-
controllerServices
public ControllerServicesEntity controllerServices(List<ControllerServiceEntity> controllerServices) -
addControllerServicesItem
public ControllerServicesEntity addControllerServicesItem(ControllerServiceEntity controllerServicesItem) -
getControllerServices
Get controllerServices- Returns:
- controllerServices
-
setControllerServices
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-