Package s2.types

Class StreamInfo


  • public class StreamInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.time.Instant createdAt  
      java.util.Optional<java.time.Instant> deletedAt  
      java.lang.String name  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static StreamInfo fromProto​(s2.v1alpha.StreamInfo streamInfo)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public final java.lang.String name
      • createdAt

        public final java.time.Instant createdAt
      • deletedAt

        public final java.util.Optional<java.time.Instant> deletedAt
    • Method Detail

      • fromProto

        public static StreamInfo fromProto​(s2.v1alpha.StreamInfo streamInfo)