Package io.opencensus.metrics.data
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
StringAttachmentValue
.- Since:
- 0.20
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.opencensus.metrics.data.AttachmentValue
AttachmentValue.AttachmentValueString
-
-
Constructor Summary
Constructors Constructor Description AttachmentValueString()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AttachmentValue.AttachmentValueString
create(java.lang.String value)
Creates anAttachmentValue.AttachmentValueString
.-
Methods inherited from class io.opencensus.metrics.data.AttachmentValue
getValue
-
-
-
-
Method Detail
-
create
public static AttachmentValue.AttachmentValueString create(java.lang.String value)
Creates anAttachmentValue.AttachmentValueString
.- Parameters:
value
- the string value.- Returns:
- an
AttachmentValueString
. - Since:
- 0.20
-
-