Class DashDescriptor


  • public class DashDescriptor
    extends Object
    A Dash descriptor.
    Since:
    4.0.5
    • Constructor Detail

      • DashDescriptor

        public DashDescriptor​(int type,
                              @NonNull
                              String schemeIdUri,
                              @Nullable
                              String value,
                              @Nullable
                              String id)
        Parameters:
        type - type of the descriptor
        schemeIdUri - scheme id, or "key"
        value - value, can be null
        id - id, can be null
    • Method Detail

      • getSchemeIdUri

        @NonNull
        public String getSchemeIdUri()
      • getValue

        @Nullable
        public String getValue()
      • getId

        @Nullable
        public String getId()
      • getType

        public int getType()