Package ai.reveng.model
Class ServiceEntry
java.lang.Object
ai.reveng.model.ServiceEntry
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ServiceEntry
extends Object
ServiceEntry
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEventsItem(ReportEvent eventsItem) binaryPath(String binaryPath) displayName(String displayName) booleanevents(List<ReportEvent> events) static ServiceEntryCreate an instance of ServiceEntry given an JSON stringGet binaryPathGet displayNameGet eventsgetName()Get nameGet serviceTypeGet startTypeinthashCode()serviceType(String serviceType) voidsetBinaryPath(String binaryPath) voidsetDisplayName(String displayName) voidsetEvents(List<ReportEvent> events) voidvoidsetServiceType(String serviceType) voidsetStartType(String startType) toJson()Convert an instance of ServiceEntry to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_BINARY_PATH
- See Also:
-
SERIALIZED_NAME_DISPLAY_NAME
- See Also:
-
SERIALIZED_NAME_EVENTS
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_SERVICE_TYPE
- See Also:
-
SERIALIZED_NAME_START_TYPE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ServiceEntry
public ServiceEntry()
-
-
Method Details
-
binaryPath
-
getBinaryPath
Get binaryPath- Returns:
- binaryPath
-
setBinaryPath
-
displayName
-
getDisplayName
Get displayName- Returns:
- displayName
-
setDisplayName
-
events
-
addEventsItem
-
getEvents
Get events- Returns:
- events
-
setEvents
-
name
-
getName
Get name- Returns:
- name
-
setName
-
serviceType
-
getServiceType
Get serviceType- Returns:
- serviceType
-
setServiceType
-
startType
-
getStartType
Get startType- Returns:
- startType
-
setStartType
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to ServiceEntry
-
fromJson
Create an instance of ServiceEntry given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ServiceEntry
- Throws:
IOException- if the JSON string is invalid with respect to ServiceEntry
-
toJson
Convert an instance of ServiceEntry to an JSON string- Returns:
- JSON string
-