Class SegmentAttribute<T>

java.lang.Object
com.here.platform.location.compilation.heremapcontent.SegmentAttribute<T>
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class SegmentAttribute<T> extends Object implements scala.Product, Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    SegmentAttribute(com.here.schema.rib.v2.anchor.SegmentAnchor anchor, T value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.here.schema.rib.v2.anchor.SegmentAnchor
     
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • SegmentAttribute

      public SegmentAttribute(com.here.schema.rib.v2.anchor.SegmentAnchor anchor, T value)
  • Method Details

    • anchor

      public com.here.schema.rib.v2.anchor.SegmentAnchor anchor()
    • value

      public T value()