Class AttachmentValue.AttachmentValueString
java.lang.Object
io.opencensus.metrics.data.AttachmentValue
io.opencensus.metrics.data.AttachmentValue.AttachmentValueString
- Direct Known Subclasses:
AutoValue_AttachmentValue_AttachmentValueString
- Enclosing class:
AttachmentValue
@Immutable
public abstract static class AttachmentValue.AttachmentValueString
extends AttachmentValue
String
AttachmentValue.- Since:
- 0.20
-
Nested Class Summary
Nested classes/interfaces inherited from class AttachmentValue
AttachmentValue.AttachmentValueString -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AttachmentValue
getValue
-
Constructor Details
-
AttachmentValueString
AttachmentValueString()
-
-
Method Details
-
create
Creates anAttachmentValue.AttachmentValueString.- Parameters:
value- the string value.- Returns:
- an
AttachmentValueString. - Since:
- 0.20
-