Class ServiceEntry

java.lang.Object
ai.reveng.model.ServiceEntry

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ServiceEntry extends Object
ServiceEntry
  • Field Details

  • Constructor Details

    • ServiceEntry

      public ServiceEntry()
  • Method Details

    • binaryPath

      public ServiceEntry binaryPath(@Nullable String binaryPath)
    • getBinaryPath

      @Nullable public String getBinaryPath()
      Get binaryPath
      Returns:
      binaryPath
    • setBinaryPath

      public void setBinaryPath(@Nullable String binaryPath)
    • displayName

      public ServiceEntry displayName(@Nullable String displayName)
    • getDisplayName

      @Nullable public String getDisplayName()
      Get displayName
      Returns:
      displayName
    • setDisplayName

      public void setDisplayName(@Nullable String displayName)
    • events

      public ServiceEntry events(@Nullable List<ReportEvent> events)
    • addEventsItem

      public ServiceEntry addEventsItem(ReportEvent eventsItem)
    • getEvents

      @Nullable public List<ReportEvent> getEvents()
      Get events
      Returns:
      events
    • setEvents

      public void setEvents(@Nullable List<ReportEvent> events)
    • name

      public ServiceEntry name(@Nullable String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(@Nullable String name)
    • serviceType

      public ServiceEntry serviceType(@Nullable String serviceType)
    • getServiceType

      @Nullable public String getServiceType()
      Get serviceType
      Returns:
      serviceType
    • setServiceType

      public void setServiceType(@Nullable String serviceType)
    • startType

      public ServiceEntry startType(@Nullable String startType)
    • getStartType

      @Nullable public String getStartType()
      Get startType
      Returns:
      startType
    • setStartType

      public void setStartType(@Nullable String startType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      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

      public static ServiceEntry fromJson(String jsonString) throws IOException
      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

      public String toJson()
      Convert an instance of ServiceEntry to an JSON string
      Returns:
      JSON string