Class Snssai


  • public final class Snssai
    extends Object
    Single-Network Slice Selection Assistance Information (S-NSSAI).
    • Constructor Detail

      • Snssai

        public Snssai()
    • Method Detail

      • sst

        public int sst()
        Get the sst property: Slice/Service Type (SST).
        Returns:
        the sst value.
      • withSst

        public Snssai withSst​(int sst)
        Set the sst property: Slice/Service Type (SST).
        Parameters:
        sst - the sst value to set.
        Returns:
        the Snssai object itself.
      • sd

        public String sd()
        Get the sd property: Slice Differentiator (SD).
        Returns:
        the sd value.
      • withSd

        public Snssai withSd​(String sd)
        Set the sd property: Slice Differentiator (SD).
        Parameters:
        sd - the sd value to set.
        Returns:
        the Snssai object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.