Class StreamEntry


  • public class StreamEntry
    extends Object
    Stream Configuration Entry is a special set of properties non-configurable
    • Constructor Detail

      • StreamEntry

        public StreamEntry()
    • Method Detail

      • setName

        public void setName​(String name)
      • setValue

        public void setValue​(String value)
      • setType

        public void setType​(String type)
      • getName

        public String getName()
      • getValue

        public String getValue()
      • getType

        public String getType()