Class TagAssociation


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2023-12-06T11:25:47.362934Z[Etc/UTC]")
    public class TagAssociation
    extends java.lang.Object
    Properties of an applied tag. For now, just an Urn. In the future we can extend this with other properties, e.g. propagation parameters.
    • Constructor Summary

      Constructors 
      Constructor Description
      TagAssociation()  
    • Constructor Detail

      • TagAssociation

        public TagAssociation()
    • Method Detail

      • getTag

        @NotNull
        public @NotNull java.lang.String getTag()
        Urn of the applied tag
        Returns:
        tag
      • setTag

        public void setTag​(java.lang.String tag)
      • context

        public TagAssociation context​(java.lang.String context)
      • getContext

        public java.lang.String getContext()
        Additional context about the association
        Returns:
        context
      • setContext

        public void setContext​(java.lang.String context)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object