Class Traces
java.lang.Object
com.io7m.certusine.vanilla.internal.jaxb.Traces
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the endpoint property.Gets the value of the protocol property.voidsetEndpoint(String value) Sets the value of the endpoint property.voidsetProtocol(OpenTelemetryProtocol value) Sets the value of the protocol property.
-
Field Details
-
endpoint
-
protocol
-
-
Constructor Details
-
Traces
public Traces()
-
-
Method Details
-
getEndpoint
-
setEndpoint
-
getProtocol
Gets the value of the protocol property.- Returns:
- possible object is
OpenTelemetryProtocol
-
setProtocol
Sets the value of the protocol property.- Parameters:
value- allowed object isOpenTelemetryProtocol
-