Class Traces

java.lang.Object
com.io7m.certusine.vanilla.internal.jaxb.Traces

public class Traces 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.certusine:configuration:2}OpenTelemetryProtocol" />
    </restriction>
  </complexContent>
</complexType>
  • Field Details

  • Constructor Details

    • Traces

      public Traces()
  • 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