Class InstanceId

    • Method Detail

      • of

        public static InstanceId of​(String canonical)
        Get a InstanceId object for the provided canonical string. This is guaranteed to be non-null
        Parameters:
        canonical - Instance ID string
        Returns:
        InstanceId object
      • of

        public static InstanceId of​(UUID uuid)
        Get a InstanceId object for the provided uuid. This is guaranteed to be non-null
        Parameters:
        uuid - UUID object
        Returns:
        InstanceId object