java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.Logs

public class Logs extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Endpoint" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="Protocol" use="required" type="{urn:com.io7m.idstore:configuration:1}OpenTelemetryProtocol" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Logs

      public Logs()
  • Method Details

    • getEndpoint

      public String getEndpoint()
      Gets the value of the endpoint property.
      Returns:
      possible object is String
    • setEndpoint

      public void setEndpoint(String value)
      Sets the value of the endpoint property.
      Parameters:
      value - allowed object is String
    • getProtocol

      public OpenTelemetryProtocol getProtocol()
      Gets the value of the protocol property.
      Returns:
      possible object is OpenTelemetryProtocol
    • setProtocol

      public void setProtocol(OpenTelemetryProtocol value)
      Sets the value of the protocol property.
      Parameters:
      value - allowed object is OpenTelemetryProtocol